// Copyright 2018-2025 the Deno authors. 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-goog-stored-content-encoding":"identity","via":"1.1 google","age":"0","x-goog-metageneration":"1","x-goog-storage-class":"STANDARD","last-modified":"Thu, 24 Apr 2025 06:23:29 GMT","x-robots-tag":"noindex","x-goog-generation":"1745475809836966","cache-control":"public, max-age=31536000, immutable","x-goog-stored-content-length":"269","accept-ranges":"bytes","content-type":"text/typescript","x-jsr-cache-status":"revalidated","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","x-guploader-uploadid":"AJRbA5XyohPqiVxFPghEoJBPpJSDMKzzpvRkBZfgC1iiaLXqV_kmTiWxoQ0dBv5uhQJXqtPy","access-control-allow-origin":"*","x-goog-hash":"crc32c=bJ3wlQ==,md5=lcekouKGRLmA+XqLIzAzzg==","expires":"Sat, 16 Jan 2027 21:44:50 GMT","x-jsr-cache-id":"DFW","content-length":"269","etag":"\"95c7a4a2e28644b980f97a8b233033ce\"","server":"UploadServer","x-content-type-options":"nosniff","access-control-expose-headers":"*","cross-origin-resource-policy":"cross-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';","date":"Fri, 16 Jan 2026 21:44:50 GMT"},"url":"https://jsr.io/@std/json/1.0.2/types.ts","time":1768599890}