Re-exports§
pub use error::JsonRepairError;pub use error::Result;pub use json_parser::JsonParser;pub use types::JsonRepairOptions;pub use types::JsonValue;pub use types::RepairLog;
Modules§
Functions§
- from_
file - Repairs JSON from a file and returns it as a parsed
JsonValue. - from_
reader - Repairs JSON from a reader and returns it as a parsed
JsonValue. - loads
- Repairs a JSON string and returns it as a parsed
JsonValue. - repair_
json - Repairs a JSON string and returns the repaired JSON as a string.