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
{
  "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"
    }
  ]
}