I would like to receive a JSON containing multiple messages and store it in a list that contains JSON content per position
The format of JSON would be this:
[{"id":"42","data":"02\/12\/2015 12:01:21","texto":"blablabla","nome":null},
{"id":"48","data":"02\/12\/2015 12:02:21","texto":"kkkkkkk","nome":fulano},
{"id":"29","data":"03\/12\/2015 12:02:21","texto":"hi ha ho","nome":jhonn}]
In xCode, I'm working with Objective-C.