import * as mod from "https://deno.land/std@0.196.0/jsonc/parse.ts";
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. |
import * as mod from "https://deno.land/std@0.196.0/jsonc/parse.ts";
Converts a JSON with Comments (JSONC) string into an object. If a syntax error is found, throw a SyntaxError. |
The type of the result of parsing JSON. |