json.ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i json.ts

Weekly Downloads

1

Version

0.1.0

License

MPL-2.0

Last publish

Collaborators

  • gozala