← 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.
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