// 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-content-type-options":"nosniff","content-length":"269","server":"UploadServer","date":"Tue, 30 Sep 2025 15:43:19 GMT","x-jsr-cache-id":"SFO-1d5601d9","x-robots-tag":"noindex","accept-ranges":"bytes","x-guploader-uploadid":"AAwnv3I6Vu2XM8rBwHKkUsyOYUg2V-hLtpexULLmufXDhA6tfbSmpOhjH-bphBz4fiIbECspiEDQ05BulFi2","expires":"Wed, 30 Sep 2026 15:43:19 GMT","x-jsr-cache-status":"hit","access-control-allow-origin":"*","via":"1.1 google","x-goog-stored-content-encoding":"identity","x-goog-stored-content-length":"269","x-goog-generation":"1745475809836966","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","cache-control":"public, max-age=31536000, immutable","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';","x-goog-metageneration":"1","x-goog-storage-class":"STANDARD","etag":"\"95c7a4a2e28644b980f97a8b233033ce\"","access-control-expose-headers":"*","age":"229","last-modified":"Thu, 24 Apr 2025 06:23:29 GMT","x-goog-hash":"crc32c=bJ3wlQ==,md5=lcekouKGRLmA+XqLIzAzzg==","content-type":"text/typescript","cross-origin-resource-policy":"cross-origin"},"url":"https://jsr.io/@std/json/1.0.2/types.ts","time":1759247228}