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