mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
22 lines
348 B
JSON
22 lines
348 B
JSON
{
|
|
"group" : {
|
|
"key" : "value",
|
|
"tom" : {
|
|
"name" : "tom",
|
|
"age" : 100,
|
|
"weight" : 60.5100
|
|
}
|
|
},
|
|
"array" : [
|
|
{
|
|
"name" : "none"
|
|
},
|
|
2,
|
|
3
|
|
],
|
|
"tom" : {
|
|
"name" : "tom",
|
|
"age" : 100,
|
|
"weight" : 60.5000
|
|
}
|
|
} |