Module

std/jsonc/mod.ts>JsonValue

Deno standard library
Go to Latest
type alias JsonValue
import { type JsonValue } from "https://dotland.deno.dev/std@0.221.0/jsonc/mod.ts";

The type of the result of parsing JSON.

definition:
| { [key: string]: JsonValue | undefined; }
| string
| number
| boolean
| null
import JsonValue
import { JsonValue } from "https://dotland.deno.dev/std@0.221.0/jsonc/mod.ts";