Skip to main content
Module

std/jsonc/mod.ts>JSONValue

Deno standard library
Go to Latest
type alias JSONValue
import { type JSONValue } from "https://deno.land/std@0.181.0/jsonc/mod.ts";

Valid types as a result of JSON parsing

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