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