Skip to main content
Module

std/jsonc/mod.ts>JsonValue

Deno standard library
Go to Latest
type alias JsonValue
Re-export
import { type JsonValue } from "https://deno.land/std@0.190.0/jsonc/mod.ts";

The type of the result of parsing JSON.

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