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

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

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

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.