New
- Support
--query
option.
Example:
$ curl -s https://jsonplaceholder.typicode.com/todos \
| jet --from json --keywordize --to edn --query '[(remove :completed) (count)]'
110
More information here.
--query
option.
Example:
$ curl -s https://jsonplaceholder.typicode.com/todos \
| jet --from json --keywordize --to edn --query '[(remove :completed) (count)]'
110
More information here.
Don't miss a new jet release
NewReleases is sending notifications on new releases.