kryo-core
v0.5.0
Published
Serialization for documents.
Downloads
4
Readme
kryo-core
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.