// 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-robots-tag":"noindex","access-control-allow-origin":"*","server":"cloudflare","cross-origin-resource-policy":"cross-origin","cache-control":"public, max-age=31536000, immutable","access-control-expose-headers":"*","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=k6UUzD09%2BdqGCjbjqVU8Nd7aQkqfFIgURDq%2BP5AIJpqwIH9%2BdTt%2FZQ9TBccTHT7eXND7tLo00RQNdgmLclQkQMkKWDKsKCQwNN0jWco5MNtBkZJUbStrAXg%3D\"}]}","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","alt-svc":"h3=\":443\"; ma=86400","content-type":"text/typescript","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","etag":"\"d9bdb9582cd73b7429c50ae3839a66ac\"","content-length":"290","cf-ray":"a04b69ee2bc3d6a0-IAD","x-jsr-backend":"modules","date":"Mon, 01 Jun 2026 04:18:20 GMT","vary":"Origin"},"url":"https://jsr.io/@std/json/1.0.0/types.ts","time":1780287500}