

jello
1 like
jello is a command line tool that filters JSON data using pure python syntax.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
No features, maybe you want to suggest one?
Tags
jello News & Activities
Highlights All activities
Recent activities
No activities found.
jello information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is jello?
Filter JSON and JSON Lines data with Python syntax
jello is similar to jq in that it processes JSON and JSON Lines data except jello uses standard python dict and list syntax.
JSON or JSON Lines can be piped into jello (JSON Lines are automatically slurped into a list of dictionaries) and are available as the variable _. Processed data can be output as JSON, JSON Lines, or bash array lines.

