Files
ChopperBot/FileModule/target/classes/student2.json
2023-04-24 20:36:32 +08:00

18 lines
220 B
JSON

{
"Student":{
"age":18,
"hobby":[
"Coding",
"Reading",
"Playing"
],
"info":{
"QQ":"123456789",
"WeChat":"987654321"
},
"major":"CS",
"name":"Genius",
"school":"HUST"
},
"hello":"11234"
}