jsonm 0.1.3

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
[badges.travis-ci]
repository = "andrewnester/rust-jsonm"
[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.79"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[package]
authors = ["Andrew Nester <andrew.nester.dev@gmail.com>"]
categories = ["compression"]
description = "jsonm implementation port for Rust.\n\njsonm is a fast and safe way to compress JSON messages using memoization. \njsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.\n"
homepage = "https://github.com/andrewnester/rust-jsonm"
keywords = ["json", "jsonm", "compress"]
license = "MIT"
name = "jsonm"
readme = "README.md"
repository = "https://github.com/andrewnester/rust-jsonm"
version = "0.1.3"