mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
15 lines
213 B
JSON
15 lines
213 B
JSON
|
|
{
|
|
"table1":[
|
|
{"id":1, "x":"aaa1"},
|
|
{"id":2,"x":"xx2"}
|
|
],
|
|
"table2":[
|
|
{"id":1, "y":100},
|
|
{"id":3, "y":300}
|
|
],
|
|
"table3": {
|
|
"a":111,
|
|
"b":222
|
|
}
|
|
} |