// 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":{"nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","vary":"Origin","access-control-expose-headers":"*","content-length":"290","cross-origin-resource-policy":"cross-origin","server":"cloudflare","x-jsr-backend":"modules","cache-control":"public, max-age=31536000, immutable","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=a9Q4SotPFTmVG85LVSvy4tPe8JF2h%2BwJ%2BOpJBAygwEbfEhcCbqIttyyjwxuSEcI%2FB7eNqKJUhdYX1C%2FHpGxql1JA3i2U%2BylUR68ztaS7vbDJdFmgsYuC8x58a4igfXUkyK%2F6aVM%3D\"}]}","date":"Mon, 01 Jun 2026 04:18:15 GMT","alt-svc":"h3=\":443\"; ma=86400","access-control-allow-origin":"*","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","x-content-type-options":"nosniff","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-robots-tag":"noindex","content-type":"text/typescript","cf-ray":"a04b69d148fc2a96-IAD"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1780287495}