Skip to main content
Module

std/encoding/jsonc.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.161.0/encoding/jsonc.ts";

parse function for parsing JSONC 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

Valid types as a result of JSON parsing