← Back to tools
View AGENTS.md for json
json
A json command for massaging JSON on the Unix command line
Description
json is a command for massaging JSON on your Unix command line. It provides filtering, extraction, and transformation of JSON data with a simple command-line syntax.
When to use this tool
✓ Good fit when
- You need simple JSON processing on the command line
✕ Avoid when
- You need complex JSON transformations (use jq)
AI Summary
Unix command-line JSON processing tool
Capabilities
- + Filter and extract JSON data
- + Transform JSON on the command line
- + Lookup by property name
Use When
- → You need simple JSON processing on the command line
Avoid When
- x You need complex JSON transformations (use jq)