我们可以在node.js中以这种格式从数据库中检索数据吗?
'{
SchoolCode: 1,
[{
LABName: 'Physics',
Category :[{
SubCategory: 'Internal',
Questions:[{
QuestionNumber: 1,
QuestionText: ?????????,
},{
QuestionNumber: 2,
QuestionText: ?????????,
}]
}]
}'