How do I remove u chars from the following dictionary?
{u'name': u'A', u'primary_key': 1}
This data is coming from Mongo Database
find() query
so that it looks like
{'name': 'A', 'primary_key': 1}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…