partial-json-fixer 0.1.1

Partial JSON fixer fixes partial JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
# partial-json-fixer

This is a zero dependency partial json fixer. It is very lenient, and will accept some erroneous JSON too. For example, {key: "value"} would be valid.

This can be used to parse partial json coming from a stream.

### Installation

```
cargo add partial-json-fixer
```