jello icon
jello icon

jello

 1 like

jello is a command line tool that filters JSON data using pure python syntax.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1 like
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

jello News & Activities

Highlights All activities

Recent activities

  • App icon
    POX added jello as alternative to sq
    5 months ago
  • sebbu liked jello
    9 months ago
Show all activities

jello information

  • Developed by

    Kelly Brazil
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  502 Stars
  •  23 Forks
  •  4 Open Issues
  •   Updated Mar 5, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about jello, and it has gotten 1 likes

jello was added to AlternativeTo by Kelly Brazil on Apr 2, 2020 and this page was last updated Apr 2, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What 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.

Official Links