I am attempting to convert the following dict into JSON using json.dumps:
dict
json.dumps
{ \'post_engaged\': 36, \'post_impressions\':
Maybe this will help the next guy:
strjson = json.dumps(str(dic).replace("'",'"'))