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
a: b
c:
  d: e
  f: g
h: i
j:
  k:
    l: m
n: o
p:
  - q
  - r
  - s
t:
  - u: v
    w: x
  - y: z