RhoeJSON CLI
rhoejson is the public command-line interface for the RhoeJSON engine. It is designed for everyday JSON inspection, validation, transformation, preview, and release automation.
Commands
rhoejson query <file> <jsonpath>evaluates a JSONPath expression.rhoejson jq <filter> <file>evaluates the supported jq-inspired subset.rhoejson format <file>pretty-prints or normalizes JSON.rhoejson validate <file> --schema <schema.json>validates JSON syntax andrhoejson convert <file> --from <format> --to <format>converts between JSON,rhoejson patch <file> --patch <patch.json>applies RFC 6902 JSON Patch.rhoejson stream <file>processes large JSON or NDJSON files.rhoejson preview <file> -o /routestarts or reuses the local browser preview
optional JSON Schema constraints.
YAML, TOML, CSV, and XML surfaces supported by the public engine.
daemon.
Install Names
The primary executable is rhoejson. Homebrew release templates also reserve:
rhoejn, the canonical RhoePlatform short alias.json, the convenience alias.
Generated Assets
Release candidates must keep these generated assets in sync with CLI metadata:
Documentation/CLI/man/rhoejson.1Documentation/CLI/completions/rhoejson.bashDocumentation/CLI/completions/_rhoejsonDocumentation/CLI/completions/rhoejson.fish
Regenerate and validate with:
bash Scripts/CI/generate-cli-artifacts.sh
bash Scripts/CI/validate-cli-artifacts.sh