← Back to tools
View AGENTS.md for jp
jp
A tiny command-line tool for parsing JSON from any source
Description
jp is a tiny command-line tool for parsing JSON from any source. It provides a simple way to extract and manipulate JSON data from files, URLs, or stdin, making it useful for quick JSON processing tasks.
When to use this tool
✓ Good fit when
- You need a lightweight JSON parser for the command line
- You want to quickly extract data from JSON
✕ Avoid when
- You need complex JSON transformations (use jq or jaq)
AI Summary
Tiny CLI tool for parsing and extracting JSON data from any source
Capabilities
- + Parse JSON from files, URLs, or stdin
- + Extract values from JSON data
- + Simple JSON querying interface
Use When
- → You need a lightweight JSON parser for the command line
- → You want to quickly extract data from JSON
Avoid When
- x You need complex JSON transformations (use jq or jaq)