Skip to main content

Crate jsonfixer

Crate jsonfixer 

Source

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§

constants
context
error
json_parser
object_comparer
parsers
string_file_wrapper
types

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.