Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>jsonc.ParseOptions

Universal process manager built in Deno
Go to Latest
interface jsonc.ParseOptions
import { type jsonc } from "https://deno.land/x/pup@1.0.0-alpha-10/deps.ts";
const { ParseOptions } = jsonc;

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.