I get from a ajax the Json bellow:
{"nrQuestion":1,"lable":"Choose the correct country!","qtCorretas":1,"options":[{"nrOption":1,"country":"Canada","isCorrect":false},{"nrOption":2,"lable":"Brazil","isCorrect":true}]}
How Can I make a loop in order to to put each value in objects like XML in the image attachment ?
[attachment=0:1x9p4ccl][/attachment:1x9p4ccl]