cq/README.md

20 lines
191 B
Markdown
Raw Normal View History

2020-11-13 22:36:17 +01:00
# cq usage
```sh
cq < file.cbor
cq [attribute] < file.cbor
```
Example:
```sh
cq ".people.alice.age" < file.cbor
```
# json-to-cbor usage
```sh
json-to-cbor < file.json > file.cbor
```