Types definition for arbirtary JSON
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.
yarn add --save json.ts
npm install --save json.ts