Skip to main content
Module

x/aleph/server/deps.ts>jsonc.JSONValue

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias jsonc.JSONValue
import { type jsonc } from "https://deno.land/x/aleph@1.0.0-beta.39/server/deps.ts";
const { JSONValue } = jsonc;

Valid types as a result of JSON parsing

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