// 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":{"x-content-type-options":"nosniff","cache-control":"public, max-age=31536000, immutable","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=6rYT64xh25zO6sJ4m7T3cefSVJD8vFZP4kWVhiBFs%2B037aPXayhkyDsKpIH8DHRT%2BLMUcZE9KixMghsb97EhvbCiZfhITiVX3os%2FQhlLFYQQWGZOhgZ0Cwo%3D\"}]}","date":"Mon, 27 Apr 2026 16:13:12 GMT","access-control-allow-origin":"*","x-jsr-backend":"modules","alt-svc":"h3=\":443\"; ma=86400","cf-ray":"9f2f1cfb08684304-EWR","content-type":"text/typescript","cross-origin-resource-policy":"cross-origin","vary":"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';","content-length":"290","x-robots-tag":"noindex","server":"cloudflare","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\""},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1777306392}