kryo-core
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

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. 

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i kryo-core

    Weekly Downloads

    0

    Version

    0.5.0

    License

    MIT

    Last publish

    Collaborators

    • demurgos