JSON 对象:
{
"hello": "world",
"number": 1
}
JSON Array 数组:
[
{
"hello": "world",
"number": 1
},
{
"boolean": true,
"null": null
}
]