// 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-robots-tag":"noindex","content-type":"text/typescript","x-content-type-options":"nosniff","access-control-allow-origin":"*","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","server":"cloudflare","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Siv8lUbkVaX1jJH93m1pbl3Vv2U3jwCcNUqYboYIilqTYMgCuzXXJSyaTKCsD6mt9iZuFQ5JWhbCDEoA2UZgOBPJ5BvGOSKorox%2BdW3eLrd1TEcttGuKPJs%3D\"}]}","cf-ray":"a0139abdff1770c4-ORD","access-control-expose-headers":"*","vary":"Origin","cross-origin-resource-policy":"cross-origin","cache-control":"public, max-age=31536000, immutable","alt-svc":"h3=\":443\"; ma=86400","x-jsr-backend":"modules","date":"Mon, 25 May 2026 09:44:57 GMT","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","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';"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1779702297}