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