美文网首页
json数据

json数据

作者: 上不停歇 | 来源:发表于2017-12-13 11:34 被阅读0次

    Json1


    {

            "name":"bobi",

            "age":18,

            "sex":"男",

            "hobby":[

                    "lanqu",

                    "zuqiu",

                    "ppqiu"

            ]

    }

    Json2


    {

    "name":"bobi",

    "age":18,

    "sex":"男",

    "hobby":[{

    "shanchang":"zuqiu",

    "shengao":178,

    "tizhong":140

    }, {

    "shanchang":"lanqiu",

    "shengao":178,

    "tizhong":130

    }, {

    "shanchang":"ppqiu",

    "shengao":188,

    "tizhong":150

    }]

    }

    Json3


    [{

    "id": "123",

    "courseID":"huangt-test",

    "title": "提交作业"

    }, {

    "id": "123",

    "courseID":"huangt-test",

    "title": "提交作业"

    }]

    相关文章

      网友评论

          本文标题:json数据

          本文链接:https://www.haomeiwen.com/subject/ltsaixtx.html