Crate partial_json_fixer

Source
Expand description

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.

Structs§

Enums§

Functions§

  • Takes a partial JSOn string and returns a complete JSON string