← Back to tools
View AGENTS.md for jqp
jqp
A TUI playground for exploring jq queries
Description
jqp is a TUI playground for exploring jq. It provides an interactive environment where you can test jq queries against JSON data with real-time results and syntax highlighting.
AI Summary
An interactive TUI playground for testing and exploring jq queries on JSON data.
Capabilities
- + Interactive jq query testing
- + Real-time query results
- + Syntax highlighting
- + Load JSON from files or stdin
Use When
- → You want to experiment with jq queries interactively
- → You need to explore JSON data with jq
Avoid When
- x You already know jq well
- x You need batch JSON processing