If you’re stuck with json parse python, check out `jq` (stedolan.github.io/jq/) for CLI json cleaning.
Sometimes I pipe the json through `jq '.'` to prettify it first—catches syntax issues instantly.
Also, `demjson` library can handle *some* non-standard json, but it’s a bit niche.
Sometimes I pipe the json through `jq '.'` to prettify it first—catches syntax issues instantly.
Also, `demjson` library can handle *some* non-standard json, but it’s a bit niche.
