mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
22 lines
369 B
JSON
22 lines
369 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
|
|
}
|
|
} |