jsonm-bugfixed 0.2.1

jsonm implementation port for Rust. jsonm is a fast and safe way to compress JSON messages using memoization. jsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.
Documentation
1
2
3
4
5
#[macro_use]
extern crate serde_json;

pub mod packer;
pub mod unpacker;