What's Changed
- Added raw scalar output for shell pipelines:
jonq users.json "select name" -r - Single-field selections now print plain values one per line in raw mode
- Multi-field selections remain compact JSON objects per line for scriptable output
- Updated README, usage docs, API docs, completions, and changelog
Verification
- Full test suite passed on Python 3.9, 3.10, and 3.11 in CI
- Local package build and twine checks passed