A wrapper around bincode to encode and decode JSON-like objects.
Add the following line to your Cargo.toml
:
bincode_json = "0.1"
This project is licensed under the MIT license, view LICENSE
for details.
This project contains code from bson and serde_json.