← Back to tools
View AGENTS.md for jo
jo
Create JSON objects from the command line
Description
jo is a small utility to create JSON objects from the command line. It generates JSON output from key=value pairs, making it easy to construct JSON payloads in shell scripts.
AI Summary
Create JSON objects from command-line arguments
Capabilities
- + Generate JSON from key=value pairs
- + Create nested JSON objects and arrays
- + Easy JSON construction in shell scripts
Use When
- → You need to generate JSON from the command line
- → You want to construct JSON payloads in scripts
Avoid When
- x You need to parse or query JSON (use jq)