Skip to main content
Go to Latest
type alias JSONValue
import { type JSONValue } from "https://deno.land/std@0.152.0/encoding/json/stream.ts";

The type of the result of parsing JSON.

definition:
| { [key: string]: JSONValue; }
| string
| number
| boolean
| null