jet

CLI to transform between JSON, EDN, YAML and Transit using Clojure

EPL-1.0 License

Downloads
1.8K
Stars
683
Committers
26

Bot releases are visible (Hide)

jet -

Published by borkdude about 5 years ago

New

  • Support --query option.

Example:

$ curl -s https://jsonplaceholder.typicode.com/todos \
| jet --from json --keywordize --to edn --query '[(remove :completed) (count)]'
110

Another example:
Screenshot 2019-08-04 22 05 44

More information here.

jet -

Published by borkdude about 5 years ago

#4: pretty-printing for EDN and JSON output

jet -

Published by borkdude about 5 years ago

  • Fix for #2
  • The --keywordize option now behaves as a flag (if present, it's set to true)
jet -

Published by borkdude about 5 years ago

Initial release.