Skip to main content
Module

x/lume/deps/jsonc.ts

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

parse function for parsing JSONC (JSON with Comments) strings.

This module is browser compatible.

Functions

Converts a JSON with Comments (JSONC) string into an object. If a syntax error is found, throw a SyntaxError.

Type Aliases

The type of the result of parsing JSON.