JisolGame/luban_examples/DataTables/Datas/test/composite_tables.json

15 lines
213 B
JSON
Raw Normal View History

2023-11-05 03:26:09 +08:00
{
"table1":[
{"id":1, "x":"aaa1"},
{"id":2,"x":"xx2"}
],
"table2":[
{"id":1, "y":100},
{"id":3, "y":300}
],
"table3": {
"a":111,
"b":222
}
}