Skip to main content
Module

x/lume/deps/jsonc.ts>ParseOptions

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

Properties

optional
allowTrailingComma: boolean

Allow trailing commas at the end of arrays and objects. (default: true)