{"id":44964,"library":"fix-busted-json","title":"fix-busted-json","description":"Library to repair malformed JSON strings (e.g., missing quotes, trailing commas, unescaped characters). Current version 0.0.19, monthly releases.","status":"active","version":"0.0.19","language":"python","source_language":"en","source_url":"https://github.com/tailuge/fix-busted-json","tags":["json","parser","fix"],"install":[{"cmd":"pip install fix-busted-json","lang":"bash","label":"PyPI"}],"dependencies":[],"imports":[{"wrong":"from fix_busted_json import fix_busted_json","symbol":"repair_json","correct":"from fix_busted_json import repair_json"},{"symbol":"JsonFixError","correct":"from fix_busted_json import JsonFixError"},{"symbol":"first_json","correct":"from fix_busted_json import first_json"}],"quickstart":{"code":"from fix_busted_json import fix_busted_json\nresult = fix_busted_json('{\"name\": \"Alice\" id: 1}')\nprint(result)","lang":"python","description":"Basic usage: fix a broken JSON string."},"warnings":[{"fix":"Wrap with try/except or validate output with json.loads.","message":"The library may silently return a string instead of raising an error if fixing fails; check return type.","severity":"gotcha","affected_versions":"all"},{"fix":"Use for simple fixes only; for complex cases consider other tools.","message":"Does not handle all edge cases (e.g., deeply nested structures). Test thoroughly.","severity":"gotcha","affected_versions":"all"},{"fix":"Use Python 3.7+.","message":"Python 3.6 support may be dropped in future releases.","severity":"deprecated","affected_versions":">=0.0.15"}],"env_vars":null,"search_vec":"'0.0.19':20 'bust':3 'charact':17 'comma':15 'current':18 'e.g':11 'fix':2,25 'fix-busted-json':1 'json':4,9,23 'librari':5 'malform':8 'miss':12 'month':21 'parser':24 'quot':13 'releas':22 'repair':7 'string':10 'trail':14 'unescap':16 'version':19","created_at":"2026-06-07T12:52:42.058105+00:00","updated_at":"2026-06-07T12:52:42.058105+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}