Skip to main content
Module

x/pure_json/mod.ts

Pure version of built-in JSON Object
Latest
import * as pureJson from "https://deno.land/x/pure_json@1.0.0-beta.1/mod.ts";

Variables

An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format.

JSON#parse

Functions

Safe converts a JavaScript Object Notation (JSON) string into an object. It does not throw errors compared to JSON.parse.

Safe converts a JavaScript value to a JavaScript Object Notation (JSON) string.

Type Aliases

Types for JSON.