Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/jsonc/parse.ts>ParseOptions

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

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.