Skip to content

Gozala/json.ts

Repository files navigation

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

About

Types definition for arbirtary JSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published