json2cbor-2.0.0 is not a library.
JSON2CBOR
This repo contains two really simple programs to convert JSON to CBOR and vice versa. It does the transformation using serde-transcode.
Install
- Install Rust.
cargo install json2cbor.
Use
json2cbor and cbor2json both take the same flags & arguments
Reads/writes to stdin/stdout by default
| |
# Output: {"foo":"bar"}
Read from an input file
Write to an output file
|
Read & write to files
Get help