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