When I try to load following json in python:
"foo": {
"foo_id": "1",
"foo_name": "i",
"foo_client_id": "2",
"foo_client": "b",
}
I got following error:
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
How do I parse this as a legal json?
fooin another object ({}). 2) Remove trailing comma afterb.