← 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.
When to use this tool
✓ Good fit when
- You want to experiment with jq queries interactively
- You need to explore JSON data with jq
✕ Avoid when
- You already know jq well
- You need batch JSON processing
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