awtk/tests/testdata/test.json
2020-06-07 09:50:36 +08:00

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
}
}