Module jsonfixer

Source

Re-exports§

pub use json_tokenizer::JsonTokenizer;
pub use json_tokenizer::Token;
pub use jsonfixer_config::JsonFixerConfig;
pub use jsonfixer_error::JsonFixerError;
pub use jsonformatter::JsonFormatter;
pub use jsonparser::JsonParser;

Modules§

json_tokenizer
JSON tokenizer module that converts input text into a stream of JSON tokens.
jsonfixer_config
jsonfixer_error
jsonformatter
jsonparser
A robust JSON parser and fixer that handles malformed JSON input.

Structs§

JsonFixer
A utility for parsing and fixing malformed JSON input.