# 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 ```