Module

x/fresh/src/server/deps.ts>JSONC.ParseOptions

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

Options for parse.

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.