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