// 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":{"content-length":"290","content-type":"text/typescript","cache-control":"public, max-age=31536000, immutable","x-jsr-backend":"modules","access-control-expose-headers":"*","vary":"Origin","cross-origin-resource-policy":"cross-origin","x-content-type-options":"nosniff","x-robots-tag":"noindex","cf-ray":"9df01fda2f79c9b7-IAD","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","server":"cloudflare","access-control-allow-origin":"*","date":"Thu, 19 Mar 2026 23:05:53 GMT","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';","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=RIZRUFfMnCXdJ8ziDhJpv9q49UzaQT35FCoq6AA0KstDLJAUxtgYHXBFj%2BF4s1jH9ne9NTp55foBoeJSUhSLE6MsOfdeDw%3D%3D\"}]}","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","alt-svc":"h3=\":443\"; ma=86400"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1773961553}