// 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-robots-tag":"noindex","content-type":"text/typescript","cross-origin-resource-policy":"cross-origin","server":"cloudflare","content-length":"290","set-cookie":"__cf_bm=s6RlYbjHII__2UEGpls.Et1T8U_fJWUK9hfqfWe6yhk-1785241875.3084013-1.0.1.1-3uicCCfsAQWBwt6XWF9y7Mq35P6Rrt45I2yTnu6Q61e1PlIG4HOFW3hVNgkb_SPYXri8tkf10cZKERcy0MPIxRSq7eMEgBxm8rm.WD8MIFhM0GGhA1osWcwzEkhRvcCy; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Tue, 28 Jul 2026 13:01:15 GMT","vary":"Origin","date":"Tue, 28 Jul 2026 12:31:15 GMT","access-control-expose-headers":"*","cf-ray":"a223e658ad287db6-LAX","x-jsr-backend":"modules","alt-svc":"h3=\":443\"; ma=86400","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","x-content-type-options":"nosniff","cache-control":"public, max-age=31536000, immutable","access-control-allow-origin":"*","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=Z1yvFpguY1c%2BSDC57w5QDyx%2F0sN1gVSz9mm77o6N8lETifZg9%2F4W5R7dwmZ0M6P0mYhm4TybVr0m15f%2FdFq%2FRWvoTX3MCrfJg4wB19V8raVQzR%2BKje5sAWo%3D\"}]}","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1785241875}