【Python进阶】03、json-xiexiaojun
|Supports the following objects and types by default:|
|+-------------------+---------------+
|| Python | JSON |
|+===================+===============+
|| dict | object |
|+-------------------+---------------+
|| list, tuple | array |
|+-------------------+---------------+
|| str, unicode | string |
|+-------------------+---------------+
|| int, long, float| number |
|+-------------------+---------------+
|| True | true |
|+-------------------+---------------+
|| False | false |
|+-------------------+---------------+
|| None | null |
|+-------------------+---------------+
页:
[1]