Skip to main content
Module

std/jsonc/parse.ts>ParseOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ParseOptions
import { type ParseOptions } from "https://deno.land/std@0.203.0/jsonc/parse.ts";

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.