json相关

1.json介绍

json的介绍:http://www.json.org/json-zh.html

2、json与Python

json与Python:https://docs.python.org/3/library/json.html

什么是json?

    +-------------------+---------------+
    | Python            | JSON          |
    +===================+===============+
    | dict              |objects'{"":""}'|
    +-------------------+---------------+
    | list, tuple       | array[]       |
    +-------------------+---------------+
    | str               | string  '""'  |
    +-------------------+---------------+
    | int, float        | 'number'      |
    +-------------------+---------------+
    | True              | 'true '       |
    +-------------------+---------------+
    | False             | 'false'       |
    +-------------------+---------------+
    | None              | 'null'        |
    +-------------------+---------------+

  

 

posted @ 2018-07-12 18:57  三师弟悟净  阅读(90)  评论(0编辑  收藏  举报