Posts by Luis Gustavo Rodrigues Oliveir • 3 points
1 post
-
-2
votes1
answer35
viewsQ: How to generate a json with an object array
Hello, I’m trying to create a REST API, where in the GET method I should return a JSON in this style: {questions:[{ id: 1, question: 'pergunta 1', answers: [{ answerText: 'resposta 1',…