Fix your JSON input; either replace those colons with commas, remove the "0":, "1":, and "2": 'indices', or replace the [...] array brackets with {...} JSON object braces.
Source : Stackoverflow by martijn-pieters
You'll need a r before """, or replace all \ with \. This is not something you should care about when read the json from somewhere else, but something in the string itself.
Visit : https://kodlogs.net/187/json-d....ecoder-jsondecodeerr
#python