jq vs fx vs jless
JSON Processing
Side-by-side terminal demos comparing
jq, fx and jless.
3 animated GIFs showing real CLI usage.
Command-line JSON processor like sed for JSON data
brew install jq
apt install jq
Terminal JSON viewer with interactive exploration
brew install fx
npm install -g fx
A command-line JSON viewer designed for reading, exploring, and searching
brew install jless