// 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","cross-origin-resource-policy":"cross-origin","set-cookie":"__cf_bm=s4oVqX2A1.sHnMYZoX8xvrz2jDAfMVS2MQdwz2dw.hg-1784900692.3514683-1.0.1.1-GabA6xK6trg90wUs4IZFbSt5aen1NshphX3GF.uYTOEUFS3nWG.QWqIa_7L9eMLCdFx_jP5uICLrb7rrpRkDCdfIZnI34YccwOrAqQposKU4GlsIt1.v3sZ7n1R8obsa; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Fri, 24 Jul 2026 14:14:52 GMT","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=0l7D7J1a%2FA6QDXDggNHvxZcurWgmG77kDk2F7mLwZt0jfcz%2B%2FMfJHmoXEgAnqKh4iwPjg3ivjFnWgELjHZWaiXZfNdN%2FJpILmvYAZZJAHt0OWgGunA6guXw%3D\"}]}","vary":"Origin","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","server":"cloudflare","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';","alt-svc":"h3=\":443\"; ma=86400","cf-cache-status":"HIT","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","date":"Fri, 24 Jul 2026 13:44:52 GMT","access-control-expose-headers":"*","content-length":"290","accept-ranges":"bytes","access-control-allow-origin":"*","x-jsr-backend":"modules","cf-ray":"a2035caf2c30cf1e-SJC","cache-control":"public, max-age=31536000, immutable","x-robots-tag":"noindex","age":"2275897","content-type":"text/typescript"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1784900692}