Are there any compact binary representations of JSON out there? I know there is BSON, but even that webpage says \"in many cases is not much more efficient than JSON. In so
Try to use the js-inflate to make and unmake blobs.
https://github.com/augustl/js-inflate
This is perfect and I use a lot.