← Back to tools
View AGENTS.md for JSON.sh
JSON.sh
JSON parser written in shell, compatible with multiple shells
Description
JSON.sh is a JSON parser written in shell, compatible with ash, bash, dash, and zsh. It parses JSON and outputs path-value pairs, making it useful in environments where jq is not available.
When to use this tool
✓ Good fit when
- You need JSON parsing without external dependencies
- jq is not available on your system
✕ Avoid when
- jq is available and you need complex JSON processing
AI Summary
Pure shell JSON parser compatible with multiple shells
Capabilities
- + Parse JSON in pure shell
- + Compatible with ash, bash, dash, and zsh
- + Output path-value pairs
Use When
- → You need JSON parsing without external dependencies
- → jq is not available on your system
Avoid When
- x jq is available and you need complex JSON processing