在terminal中输入

sudo apt-get install python-simplejson -y
import simplejson
print simplejson.dumps(lensesTree, encoding="UTF-8", ensure_ascii=False) #使用simplejson模块输出对象中的中文
05-07 11:56