Files
ChopperBot/FileModule/target/classes/student2.json
2023-04-21 03:36:36 +08:00

18 lines
220 B
JSON

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