// 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-length":"290","x-jsr-cache-status":"revalidated","x-robots-tag":"noindex","access-control-expose-headers":"*","cross-origin-resource-policy":"cross-origin","x-content-type-options":"nosniff","server":"UploadServer","expires":"Thu, 19 Nov 2026 16:16:07 GMT","date":"Wed, 19 Nov 2025 16:16:07 GMT","x-guploader-uploadid":"AOCedOH92FjM36NW9kk4w21EugtR2Z7Oa3X9-TWmLt12IxA-oUUPmpQHX3nAZ5qeKP0poYl3Oyhm-w4","x-goog-storage-class":"STANDARD","cache-control":"public, max-age=31536000, immutable","last-modified":"Fri, 26 Jul 2024 11:15:31 GMT","x-jsr-cache-id":"ORD-6a2128ed","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","content-type":"text/typescript","access-control-allow-origin":"*","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","accept-ranges":"bytes","x-goog-generation":"1721992531362906","via":"1.1 google","age":"0","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-stored-content-encoding":"identity","x-goog-stored-content-length":"290","x-goog-hash":"crc32c=wWa2kg==,md5=2b25WCzXO3QpxQrjg5pmrA=="},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1763568967}