0.9.1 • Published 2 years ago

@threeplay/cjson v0.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

cjson

npm.io

Compact binary json for node.js

CJSON convert javascript objects to binary encoded format to decrease transmittion size.

During the convertion CJSON would detect repeating strings and would send a reference number instead of the actual string. Thus, compacting the json.

In addition, an initial dictionary of strings can be provided that would allow many verbose protocol strings not to be sent at all.

0.9.1

2 years ago

0.9.0

2 years ago