Skip to main content
Module

x/aleph/server/deps.ts>jsonc.ParseOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface jsonc.ParseOptions
import { type jsonc } from "https://deno.land/x/aleph@1.0.0-beta.39/server/deps.ts";
const { ParseOptions } = jsonc;

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.