// 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":{"content-type":"text/typescript","x-content-type-options":"nosniff","x-guploader-uploadid":"AOCedOGY0DkpI7OySqXU7A2Z-D-Vm-eIbJFyqwCIcruruDtT7X7eAdbJhyTYyEVHwpUrBmvAtdNkSA","access-control-expose-headers":"*","cache-control":"public, max-age=31536000, immutable","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","last-modified":"Fri, 26 Jul 2024 11:15:31 GMT","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-jsr-cache-id":"SFO-1d5601d9","x-robots-tag":"noindex","x-goog-metageneration":"1","x-goog-stored-content-length":"290","via":"1.1 google","server":"UploadServer","age":"167","x-goog-stored-content-encoding":"identity","x-jsr-cache-status":"hit","access-control-allow-origin":"*","accept-ranges":"bytes","cross-origin-resource-policy":"cross-origin","x-goog-storage-class":"STANDARD","x-goog-hash":"crc32c=wWa2kg==,md5=2b25WCzXO3QpxQrjg5pmrA==","x-goog-generation":"1721992531362906","date":"Fri, 14 Nov 2025 17:11:37 GMT","expires":"Sat, 14 Nov 2026 17:11:37 GMT","content-length":"290"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1763140464}