0.1.0 • Published 8 years ago

json.ts v0.1.0

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
8 years ago

json.ts

travis npm downloads docs

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.ts

npm

npm install --save json.ts