jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux



jello is described as 'Command line tool that filters JSON data using pure python syntax' and is an app in the development category. There are five alternatives to jello for a variety of platforms, including Mac, Linux, Windows, BSD and Homebrew apps. The best jello alternative is jq, which is both free and Open Source. Other great apps like jello are fx, sq, jless and Emuto.
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.



sq is a free/libre open-source data wrangling swiss-army knife to inspect, query, join, import, and export data. You could think of sq as jq for databases and documents, facilitating one-liners like: sq '@postgres_db | .actor | .first_name, .last_name | .[0:5]'




jless will pretty print your JSON and apply syntax highlighting. Use it when exploring external APIs, or debugging request payloads.
