#!/usr/bin/env node /** * rjq — A pure Node.js JSON query/manipulation CLI. * Replaces jq dependency in ralph.sh. * * Usage: rjq [args...] * * Subcommands: * read [default] Read a value at a JSON path * set Set a value at a JSON path (in-place) * length Output length of array at path * list Output each element one per line * count-where Count objects matching conditions * count-matches Count elements equal to value * find-index Find index of first matching object * read-where [default] Read field from matched object * validate Read one line from stdin, validate JSON * extract-stream-text Extract text from Claude stream-json line */ export {}; //# sourceMappingURL=json-tool.d.ts.map