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