Skip to main content
Module

x/pure_json/parse.ts

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

Functions

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