Skip to main content
Module

x/pure_json/types.ts>json

Pure version of built-in JSON Object
Latest
type alias json
import { type json } from "https://deno.land/x/pure_json@1.0.0-beta.1/types.ts";

Types for JSON.

definition:
| string
| number
| boolean
| null
| { [k: string]: json; }
| json[]