json-fix 0.1.1

Robust JSON repair engine for fixing malformed or partial JSON strings, especially from AI output
Documentation
1
2
3
4
// src/lib.rs
mod fixer;

pub use crate::fixer::{fix_json_syntax, FixReport};