Jo
Results
2
issues of
Jo
## Summary Some minor grammatical errors in the French translation ## Change Type Please delete any irrelevant options. - [x] Documentation update - [x] Translation update ## Testing Doc enhancement,...
This PR addresses issue #422 by Integrating `pydantic_core.from_json` for parsing JSON chunks in `iter_streamed_json_array` and `aiter_streamed_json_array`with a fallback to the character-by-character parsing with `JsonArrayParserState` to handle incomplete or malformed JSON.