// 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","alt-svc":"h3=\":443\"; ma=86400","access-control-allow-origin":"*","age":"4149917","server":"cloudflare","content-length":"290","cf-ray":"a218835b9c70e5f7-IAD","x-content-type-options":"nosniff","x-jsr-backend":"modules","x-robots-tag":"noindex","set-cookie":"__cf_bm=RLy9LMehrwLHWQAhI8z9FndyUJEeE9NAqQ.yT31__rE-1785122477.3892636-1.0.1.1-RxECFgOyrrUZ6F.oz6WAn7KYd7O7TT5bY8KCiimlFU54JZ20h_ga_v1HLhkbTv28RwFvnFR2ma2DAmsr7RCC_YV_mGs08hCb5aiEymoc69.SoCZ7TdCP54ZIoiROVeYx; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Mon, 27 Jul 2026 03:51:17 GMT","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=Rv9e4nVoosxQacrvS7VpvNnWRlmTl3cX54l0H0jiuZk4Gm0TUjcQ7nu0P%2FCp0%2FFJUoSKfcaNNWi5LD2oO2ua5XKWsAMxd9op3Az7uq5bSVJ2ae%2Bx5TMngvc%3D\"}]}","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","accept-ranges":"bytes","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';","access-control-expose-headers":"*","cf-cache-status":"HIT","content-type":"text/typescript","vary":"Origin","date":"Mon, 27 Jul 2026 03:21:17 GMT"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1785122477}