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