cbor-cli 0.5.0

Command line tool for encoding and decoding CBOR using serde. Supports import and export for JSON, YAML, and TOML. Supports deep inspection of CBOR files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
a = "b"
h = "i"
n = "o"
p = ["q", "r", "s"]

[c]
d = "e"
f = "g"

[j.k]
l = "m"

[[t]]
u = "v"
w = "x"

[[t]]
y = "z"