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

x/lume/deps/jsonc.ts>JsonValue

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias JsonValue
Re-export
import { type JsonValue } from "https://deno.land/x/lume@v2.1.4/deps/jsonc.ts";

The type of the result of parsing JSON.

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