2022-11-24 11:18:27 +08:00

38 lines
826 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"students": [
{
"name": "谢杰",
"age": "19",
"phone": "333-444-555",
"email": "xiejie@gmail.com",
"education": "硕士",
"graduationschool": "渡一大学",
"profession": "asdfasdf",
"profile": "asdfasfdasdf",
"id": 1
},
{
"name": "yajing",
"age": "34",
"phone": "18200126922",
"email": "564576645@qq.com",
"education": "硕士",
"graduationschool": "西南财经大学",
"profession": "大学老师",
"profile": "Hello",
"id": 2
}
],
"classes": [
{
"id": 1,
"name": "前端01班",
"description": "这是一个积极向上的班级"
},
{
"id": 2,
"name": "前端02班",
"description": "这也是一个非常积极向上的班级"
}
]
}