What's Changed
- Smart Inspect: running
jonq data.jsonnow shows root shape, readable field types, sample values, and suggested queries without adding new CLI flags - Suggested queries are generated from actual JSON fields for table output, raw scalar output, boolean filters, and group-by counts
- Improved inspect behavior for deeply nested JSON and mixed arrays
Verification
- Full test suite passed on Python 3.9, 3.10, and 3.11 in CI
- Local package build and twine checks passed