I am having issues removing unicode from a dictionary. I tried to use the encode method but the 'u' is still printing out. I am trying to put my data into a JSON editor, but it doesn't like unicode. Any help would be great!
original print statement:
print get_photo_data(photo_ids)
attempt to use encode method:
print get_photo_data(photo_ids.encode('utf-8'))
Some of JSON with unicode:
{u'photo': {u'people': {u'haspeople': 0}, u'dateuploaded': u'1492693219', u'owner': {u'username': u'jrobfoto.com', u'realname': u'Jonathan Robson', u'nsid': u'26449190@N00', u'iconserver': u'1360', u'location': u'Naperville, USA', u'path_alias': u'robsonj', u'iconfarm': 2}, u'publiceditability': {u'canaddmeta': 1, u'cancomment': 1}, u'id': u'34157653485', u'title': {u'_content': u'shared with pixbuf'}, u'media': u'photo', u'tags':