// 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":{"date":"Thu, 09 Apr 2026 09:56:23 GMT","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","cross-origin-resource-policy":"cross-origin","access-control-expose-headers":"*","content-length":"290","cache-control":"public, max-age=31536000, immutable","x-content-type-options":"nosniff","x-jsr-backend":"modules","server":"cloudflare","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=d5GrxxVLHtPcg%2BfbmuzN49i8yyvgusQV09ps0W2gKGEEwFoiSbCuxaA2PTgnkL7FcWOh7cpInnyq9KbSSy9XqQjYAUTvINQ3DtBw78F3tNyXP1UmZ64%2F%2Bmk%3D\"}]}","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}","content-type":"text/typescript","access-control-allow-origin":"*","alt-svc":"h3=\":443\"; ma=86400","x-robots-tag":"noindex","cf-ray":"9e98a4411be9d6b9-IAD"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1775728583}