We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
94ab154
--query
Example:
$ curl -s https://jsonplaceholder.typicode.com/todos \ | jet --from json --keywordize --to edn --query '[(remove :completed) (count)]' 110
Another example:
More information here.
11b018e
#4: pretty-printing for EDN and JSON output
bbeffb7
--keywordize
true
2a7d1b1
Initial release.