Skip to main content
Module

std/jsonc/mod.ts>ParseOptions

Deno standard library
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/std@0.190.0/jsonc/mod.ts";

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.