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