Can we retrieve data from database in this format in node.js ?
'{
SchoolCode: 1,
[{
LABName: 'Physics',
Category :[{
SubCategory: 'Internal',
Questions:[{
QuestionNumber: 1,
QuestionText: ?????????,
},{
QuestionNumber: 2,
QuestionText: ?????????,
}]
}]
}'