Python ---------------------》json
dict ----------------------------------》object
list,tuple --------------------------》array
str,unicode -----------------------》string
int,long,float --------------------》number
True ----------------------------------》true
False ---------------------------------》false
None ----------------------------------》null
同理:json ---------------------》Python 反过来就可以