Registry / devops / fix-busted-json

fix-busted-json

JSON →
library0.0.19pypypi✓ verified 81d ago

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-json
INSTALL
IMPORT
SIG · FIX-BUSTED-JSON
F
fix-busted-json
devopspythonv0.0.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

repair_json
from fix_busted_json import repair_json
from fix_busted_json import fix_busted_json
JsonFixError
from fix_busted_json import JsonFixError
first_json
from fix_busted_json import first_json

Basic usage: fix a broken JSON string.

from fix_busted_json import fix_busted_json result = fix_busted_json('{"name": "Alice" id: 1}') print(result)
Debug
Known issues
gotchaThe library may silently return a string instead of raising an error if fixing fails; check return type.
fix
Wrap with try/except or validate output with json.loads.
affects: all
gotchaDoes not handle all edge cases (e.g., deeply nested structures). Test thoroughly.
fix
Use for simple fixes only; for complex cases consider other tools.
affects: all
deprecatedPython 3.6 support may be dropped in future releases.
fix
Use Python 3.7+.
affects: >=0.0.15
Upgrade
Version history
0.0.19latest on PyPI · released Jan 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fix-busted-json — pip install fix-busted-json · libregistry