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