Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.