// 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":{"accept-ranges":"bytes","content-length":"290","server":"cloudflare","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","x-jsr-backend":"modules","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","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, 27 Jul 2026 03:21:21 GMT","x-robots-tag":"noindex","cross-origin-resource-policy":"cross-origin","access-control-allow-origin":"*","cf-ray":"a2188377da70d6fc-IAD","content-type":"text/typescript","cache-control":"public, max-age=31536000, immutable","vary":"Origin","access-control-expose-headers":"*","cf-cache-status":"HIT","age":"4149921","x-content-type-options":"nosniff","set-cookie":"__cf_bm=Ri5nWSlpJfF7mzmYODeAtYweSKxTnwVE.pT7KjSXJzk-1785122481.908425-1.0.1.1-sIUUKhEylpdkUYuk7GQvhjACcllXyFXKpQbj7hUPKe_sAFEKtRPK0WOo2eCBY5nM.gbQbni0usibb1VWaxK_gTJSEABEchsFOkrXxzMo5DWz67x2WPe22jbdQ_XPpQTp; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Mon, 27 Jul 2026 03:51:21 GMT","alt-svc":"h3=\":443\"; ma=86400","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=h1D868RlqZ2ZqQ%2Fh3jng%2FnKppYT00p%2BMKOIIOYs9CyHIYTBPvHTY8xfzaDWLwCzj3Q2ao7JDStunFEWv0Vnn9Z4ClU6BdDb6Ub%2BXf%2FpHxq%2F%2F0C3Ae9zCizo%3D\"}]}"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1785122481}