Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/testdata/test.json

22 lines
369 B
JSON
Raw Normal View History

2025-09-30 11:56:06 +08:00
{
"group" : {
"key" : "value",
"tom" : {
"name" : "tom",
"age" : 100,
"weight" : 60.5100
}
},
"array" : [
{
"name" : "none"
},
2,
3
],
"tom" : {
"name" : "tom",
"age" : 100,
"weight" : 60.5000
}
2023-11-09 20:19:51 +08:00
}