mirror of
https://gitee.com/Lamdonn/varch.git
synced 2025-12-08 01:36:42 +08:00
17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"name": "Lisi",
|
|
"table": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
|
|
"null": null,
|
|
"pi": 3.14159,
|
|
"true": true,
|
|
"false": false,
|
|
"int": 178,
|
|
"float": 12.3333,
|
|
"string": "18",
|
|
"array": [null, true, false, []],
|
|
"object": {
|
|
"1": false,
|
|
"2": 15
|
|
},
|
|
"数组": []
|
|
} |