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