Module

x/fresh/src/server/deps.ts>JSONC

The next-gen web framework.
Extremely Popular
Go to Latest
namespace JSONC
import { JSONC } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/deps.ts";

{@link 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 {@link SyntaxError}.

Type Aliases

The type of the result of parsing JSON.