Skip to main content
Module

x/simple_utility/deps.ts>JsonValue

A handy utility collection.
Go to Latest
type alias JsonValue
import { type JsonValue } from "https://deno.land/x/simple_utility@v0.0.2/deps.ts";

The type of the result of parsing JSON.

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