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": "提交作业"
}]