// 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":{"access-control-allow-origin":"*","server":"cloudflare","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=jXilyYuSLkEpBNLvwtiIuCIdObwIdXlUGLAo5TcB%2B%2FDjk%2BwaD9t36gvwtsg9h2a0ds9MgDeQ2cSZQkKl5McS3GMR8WSyLuINd0TP%2BJ%2FWdvlekCMb6kbhop4%3D\"}]}","cache-control":"public, max-age=31536000, immutable","vary":"Origin","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","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';","content-length":"290","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=86400","access-control-expose-headers":"*","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","cross-origin-resource-policy":"cross-origin","x-jsr-backend":"modules","content-type":"text/typescript","x-robots-tag":"noindex","date":"Mon, 25 May 2026 09:44:58 GMT","cf-ray":"a0139ac63a43c213-LAX"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1779702298}