Module

x/fresh/tests/deps.ts>JSONC.JsonValue

The next-gen web framework.
Extremely Popular
Latest
type alias JSONC.JsonValue
import { type JSONC } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/deps.ts";
const { JsonValue } = JSONC;

The type of the result of parsing JSON.

definition:
| { [key: string]: JsonValue | undefined; }
| string
| number
| boolean
| null
import JSONC.JsonValue
import { JSONC } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/deps.ts";
const { JsonValue } = JSONC;