// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.

/** The type of the result of parsing JSON. */
export type JsonValue =
  | { [key: string]: JsonValue | undefined }
  | JsonValue[]
  | string
  | number
  | boolean
  | null;

// denoCacheMetadata={"headers":{"vary":"Origin","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=C9K2Vn2QqXT0Kxb6SLReHHiAZXicY9LOw7UpxstKjOZbdicLrDZ4jJrpuT3fGWOPzXcnqQ1GcY8nv7eHnRppsjNm01ZC%2BWEVy3YEkS6dqNfdiqoBl8Pp3nc%3D\"}]}","cross-origin-resource-policy":"cross-origin","date":"Mon, 01 Jun 2026 04:21:49 GMT","cache-control":"public, max-age=31536000, immutable","alt-svc":"h3=\":443\"; ma=86400","x-jsr-backend":"modules","x-robots-tag":"noindex","cf-ray":"a04b6f059ef63f0b-IAD","access-control-allow-origin":"*","access-control-expose-headers":"*","content-security-policy":"default-src 'none'; script-src 'none'; style-src 'none'; img-src 'none'; font-src 'none'; connect-src 'none'; frame-src 'none'; object-src 'none'; frame-ancestors 'none'; sandbox; form-action 'none';","x-content-type-options":"nosniff","server":"cloudflare","content-length":"290","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","content-type":"text/typescript"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1780287709}