Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/prevalence/mod.ts>JSONValue

Prevalence for Deno, like Prevayler.
Latest
type alias JSONValue
import { type JSONValue } from "https://deno.land/x/prevalence@0.1.2/mod.ts";

Things that JSON.stringify can serialize.

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