0

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: ?????????,
         }]
     }]
}'
Pranay Saha
  • 298
  • 3
  • 12

0 Answers0