{ "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": "这也是一个非常积极向上的班级" } ] }