// 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":{"content-type":"text/typescript","server":"cloudflare","vary":"Origin","x-robots-tag":"noindex","x-content-type-options":"nosniff","age":"4149962","access-control-expose-headers":"*","cross-origin-resource-policy":"cross-origin","date":"Mon, 27 Jul 2026 03:22:02 GMT","access-control-allow-origin":"*","x-jsr-backend":"modules","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=CMfmPq4OMD8Bv4rUq3Yc35gxkKgifsQ%2BvLJie4Z77wufIXn7u22uZ8VugGwXMVrumLAZZscamxgD65YavUKMuemojTu%2FJX2Eqo2ZHuEzeo9wfzmXDKfoQ6U%3D\"}]}","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","cache-control":"public, max-age=31536000, immutable","cf-cache-status":"HIT","accept-ranges":"bytes","cf-ray":"a21884742e57d62c-IAD","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=C6kmEcbo0RvNlIIZWxrbEP.mNOfllz.PG_qj7SwGr30-1785122522.2809563-1.0.1.1-UlwY1SHidQzM6Q1CNz4qtZVgcDRfnqBFVd9fA_vBvO2F8HRfuExwn3q_vw4saI11pgelAPQWjWp8NMU2vWhSEl.AuLySukkRXiJdwamSjTEUTFNZK3j0Uqb5ljO2yPPb; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Mon, 27 Jul 2026 03:52:02 GMT","content-length":"290","alt-svc":"h3=\":443\"; ma=86400"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1785122522}