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