Skip to content

jq

ddx jq

Process JSON with jq expressions

Synopsis

Embedded jq processor powered by gojq.

Accepts the same filter syntax and most flags as standalone jq. Reads from stdin when no file arguments are given.

Examples: echo ‘{“a”:1}’ | ddx jq ‘.a’ ddx jq ‘.[] | select(.status==“open”)’ beads.jsonl ddx jq -r ‘.name’ package.json ddx jq -n ‘[range(5)]’ ddx jq –arg name foo ‘.name == $name’ data.json ddx jq -s ‘map(.value) | add’ values.jsonl

ddx jq [flags] <filter> [file...]

Options

  -h, --help   help for jq

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

  • ddx - Document-Driven Development eXperience - AI development toolkit
Auto generated by spf13/cobra on 6-Apr-2026