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