Skip to main content
Module

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

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

The type of the result of parsing JSON.

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