Cbor Query program. Also contains json-to-cbor application.
Go to file
Karchnu 4e69c13539 Basic readme. 2020-11-13 22:36:17 +01:00
src initial commit: cq, json-to-cbor, benchmark json vs cbor 2020-11-13 19:09:22 +01:00
tests initial commit: cq, json-to-cbor, benchmark json vs cbor 2020-11-13 19:09:22 +01:00
.gitignore initial commit: cq, json-to-cbor, benchmark json vs cbor 2020-11-13 19:09:22 +01:00
README.md Basic readme. 2020-11-13 22:36:17 +01:00
shard.yml initial commit: cq, json-to-cbor, benchmark json vs cbor 2020-11-13 19:09:22 +01:00

README.md

cq usage

cq < file.cbor
cq [attribute] < file.cbor

Example:

cq ".people.alice.age" < file.cbor

json-to-cbor usage

json-to-cbor < file.json > file.cbor