Skip to main content
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.2/deps/jsonc.ts";

The type of the result of parsing JSON.

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