repair_json 0.1.0

Repair incomplete JSON (e.g. from streaming APIs) so it can be parsed as it is received.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0.56"

[package]
authors = ["Miguel Piedrafita <rust@miguel.build>"]
description = "Repair incomplete JSON (e.g. from streaming APIs) so it can be parsed as it is received."
edition = "2021"
keywords = ["json", "repair", "incomplete", "streaming"]
license = "MIT"
name = "repair_json"
readme = "README.md"
repository = "https://github.com/m1guelpf/repair-json"
version = "0.1.0"