Package: jello Version: 1.5.5-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 88 Depends: python3-pygments, python3:any Section: text Priority: optional Multi-Arch: foreign Homepage: https://kellyjonbrazil.github.io/jello/ Description: Filter for 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, bash array lines, or a grep-able schema.