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