← Back to tools

jo

Create JSON objects from the command line

Data & JSON linuxmacos C GPL-2.0

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)

Related Tools

View AGENTS.md for jo