Inconsistent error: json.decoder.JSONDecodeError: Extra data: line 30 column 2 (char 590)
I have .json documents generated from the same code. Here multiple nested dicts are being dumped to the json documents. While loadling with json.load(opened_json), I get the json.decoder.JSONDecodeError: Extra data: line 30 column 2 (char 590) like error for some…