Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/deps/jsonc.ts>JSONValue

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias JSONValue
import { type JSONValue } from "https://deno.land/x/lume@v1.16.1/deps/jsonc.ts";

Valid types as a result of JSON parsing

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