[b]"Having trouble with json parse python? Any tips or best practices?"[/b] Alternatively, if you prefer a more direc

16 Replies, 1668 Views

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.

Messages In This Thread



Users browsing this thread: 1 Guest(s)