I\'ve been trying to figure out a good way to load JSON objects in Python. I send this json data:
{\'http://example.org/about\': {\'http://purl.org/dc/terms/
It is always ideal to use the json.dumps() method. To get rid of this error, I used the following code
json.dumps()
json.dumps(YOUR_DICT_STRING).replace("'", '"')