You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(builtins): use streaming JSON deserializer in jq for multi-line input (#194)
## Summary
- Replace line-by-line JSON parsing with
`serde_json::StreamDeserializer`
- Properly handles multi-line pretty-printed JSON, NDJSON, and
concatenated values
- Works for both regular and slurp (`-s`) modes
## Test plan
- [x] All 19 jq unit tests pass
- [x] jq spec tests pass
- [x] `cargo check` clean
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments