Module

x/fresh/tests/deps.ts>JSONC.ParseOptions

The next-gen web framework.
Extremely Popular
Latest
interface JSONC.ParseOptions
import { type JSONC } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/deps.ts";
const { ParseOptions } = JSONC;

Options for parse.

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.