// 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":{"cache-control":"public, max-age=31536000, immutable","vary":"Origin","content-type":"text/typescript","server":"cloudflare","content-length":"290","cf-ray":"a21883239c34a177-IAD","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=86400","x-robots-tag":"noindex","cross-origin-resource-policy":"cross-origin","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","x-jsr-backend":"modules","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';","set-cookie":"__cf_bm=3V9QXEciJQwpoic8QbCA.gdKkEjcIm.GwrWdxHgo6vg-1785122468.4262884-1.0.1.1-iNlwzQcjtVgXN265GpMveT17sSE1PGzRLBfv7ovS9B_42b3pXqjX7CqZf8LEv2bxXLiSI8tD611GiPuw76jy8OC4pus1MwVhKWOTpeMRjMX1pefwHMnpOO69LuN1QWB9; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Mon, 27 Jul 2026 03:51:08 GMT","age":"4149908","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=lSiMSoc1XLt2ZPLsLLKXaZtrnskjW85RyB3a7WLKouCTw3d%2BgsHoNFBkF3auExl%2BxT7LaxnGMUwgg1KJMSVyf7cbZilmdgRw9rohAr1iFyKbb8ggkwnapZs%3D\"}]}","access-control-expose-headers":"*","date":"Mon, 27 Jul 2026 03:21:08 GMT","accept-ranges":"bytes","access-control-allow-origin":"*","cf-cache-status":"HIT"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1785122468}