jqp

Interactive TUI playground for experimenting with jq filters

brewmacoslinux
Try with needOr install directly
Source

About

TUI playground to experiment and play with jq

Commands

jqp

Examples

Launch jqp with a JSON file to interactively test jq filters$ jqp < data.json
Pipe JSON data directly into jqp for real-time filter experimentation$ curl -s https://api.example.com/data | jqp
Test a jq filter interactively starting with sample JSON input$ echo '{"name": "John", "age": 30}' | jqp