// Copyright 2018-2025 the Deno authors. 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":{"content-length":"269","server":"UploadServer","date":"Fri, 16 Jan 2026 21:44:50 GMT","x-goog-metageneration":"1","accept-ranges":"bytes","cache-control":"public, max-age=31536000, immutable","x-guploader-uploadid":"AJRbA5XyohPqiVxFPghEoJBPpJSDMKzzpvRkBZfgC1iiaLXqV_kmTiWxoQ0dBv5uhQJXqtPy","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-hash":"crc32c=bJ3wlQ==,md5=lcekouKGRLmA+XqLIzAzzg==","cross-origin-resource-policy":"cross-origin","x-goog-stored-content-encoding":"identity","x-goog-stored-content-length":"269","x-jsr-cache-id":"DFW","x-robots-tag":"noindex","x-goog-storage-class":"STANDARD","last-modified":"Thu, 24 Apr 2025 06:23:29 GMT","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","via":"1.1 google","age":"304","content-type":"text/typescript","access-control-allow-origin":"*","expires":"Sat, 16 Jan 2027 21:44:50 GMT","etag":"\"95c7a4a2e28644b980f97a8b233033ce\"","x-content-type-options":"nosniff","x-jsr-cache-status":"hit","access-control-expose-headers":"*","x-goog-generation":"1745475809836966"},"url":"https://jsr.io/@std/json/1.0.2/types.ts","time":1768600194}