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