json.ts
v0.1.0
Published
Types definition for arbirtary JSON
Readme
json.ts
Types definition for arbirtary JSON
Usage
Import
import * as JSON from "json.ts"Arbirtary JSON data is represented via JSON.Value type. Library also
provides strictly typed versio of parse and stringify functions along
with match for simpler pattern match over JSON.Value.
For detailed API overview and examples please take a look at API documentation.
Install
yarn
yarn add --save json.tsnpm
npm install --save json.ts