I have a bunch of JSON data from Facebook posts like the one below:
{\"from\": {\"id\": \"8\", \"name\": \"Mary Pinter\"}, \"message\": \"How ARE you?\", \"c
if "my_data" in my_json_data: print json.dumps(my_json_data["my_data"])