varch/test/file/write.json
2024-04-22 00:09:51 +08:00

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
},
"数组": []
}