0.5.0 • Published 7 years ago

kryo-core v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

kryo-core

npm Build status GitHub repository

JSON and BSON serialization and deserialization library for Javascript.

Install

npm install --save kryo-core

API

Type<T, D, O>

array
    A JSON array. 
boolean
    A JSON boolean. 
integer
    A JSON number without a fraction or exponent part. 
number
    Any JSON number. Number includes integer. 
null
    The JSON null value. 
object
    A JSON object. 
string
    A JSON string.