Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The next-gen web framework.
Extremely Popular
Go to Latest
type alias JSONC.JsonValue
Re-export
import { type JSONC } from "https://deno.land/x/fresh@1.6.4/tests/deps.ts";
const { JsonValue } = JSONC;

The type of the result of parsing JSON.

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