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