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

x/capi/deps/std/jsonc.ts>JsonValue

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias JsonValue
Re-export
import { type JsonValue } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/jsonc.ts";

The type of the result of parsing JSON.

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