Library to repair malformed JSON strings (e.g., missing quotes, trailing commas, unescaped characters). Current version 0.0.19, monthly releases.
pip install fix-busted-jsonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: fix a broken JSON string.
Wrap with try/except or validate output with json.loads.
Use for simple fixes only; for complex cases consider other tools.
Use Python 3.7+.
No dependency data recorded yet.
No resource links recorded.