Skip to main content
Module

x/lume/deps/jsonc.ts>ParseOptions

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/lume@v2.1.4/deps/jsonc.ts";

Options for parse.

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.