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/
Use the eval function.
eval
It takes care of the discrepancy between single and double quotes.