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