Skip to main content
Module

x/aleph/server/deps.ts>jsonc

The Full-stack Framework in Deno.
Very Popular
Latest
namespace jsonc
import { jsonc } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.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.