repair-json
Repair incomplete JSON (e.g. from streaming APIs or AI models) so it can be parsed as it's received.
Usage
let json_stream = stream.await?;
while let Some = json_stream.next.await
Refer to the documentation on docs.rs for detailed usage instructions.
License
This project is licensed under the MIT License - see the LICENSE file for details.