Skip to main content
Module

x/enzastdlib/json5/mod.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/json5/mod.ts";

Parse JSON5 documents and expressions.

This module imports the following external libraries:

Variables

Represents an enumeration of JavaScript type names supported by JSON5.

Parses a JSON5 document into a JavaScript value.

Returns a JavaScript value stringified into a JSON5 document.

Functions

Returns an expression parsed following a simplified JSON5 syntax.

Returns an expression parsed following a simplified JSON5 syntax using a a JSON Schema for type hinting.

Type Aliases

Represents an array made up of JSON5 serializable members.

Represents a record of JSON5 expressions.

Represents an array made up of JSON5 serializable members.

Represents a union of JavaScript type name literals supported by JSON5.

Represents all the possible JavaScript types serializable to JSON5.