Skip to content

eliran/cjson

Repository files navigation

cjson

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.

About

Compact binary json for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors