// 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-jsr-backend":"modules","date":"Thu, 09 Apr 2026 09:56:24 GMT","content-length":"290","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Q3tE3Zj%2BSAiMelNgyX7LqE6PhSVodn7IknEtvmiI0ZA7slpJtPns4D14ZKeHJnbLt%2B3%2BD2jFme05BfMJFQGkMpH0kZXI%2B%2Bik1XRRmm5my4azVb72VTTtKS0%3D\"}]}","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","content-type":"text/typescript","access-control-expose-headers":"*","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","access-control-allow-origin":"*","vary":"Origin","x-robots-tag":"noindex","server":"cloudflare","cf-ray":"9e98a4447c6d5e98-DFW","cache-control":"public, max-age=31536000, immutable","cross-origin-resource-policy":"cross-origin","x-content-type-options":"nosniff"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1775728584}