Hello guys.
I have NSDictionary object with the data attached file(JSON format), I have to insert all data into tables, each level(array) it's a diferent table, when I run the code I get in console this..
Why "for (NSDictionary *equipo in equipos)" doesn't work?
I have NSDictionary object with the data attached file(JSON format), I have to insert all data into tables, each level(array) it's a diferent table, when I run the code I get in console this..
Code:
2014-03-07 08:55:38.189 prueba2[500:70b] id 10
2014-03-07 08:55:38.190 prueba2[500:70b] torneo Juvenil Sabatino
2014-03-07 08:55:38.191 prueba2[500:70b] id_jornada 11
2014-03-07 08:55:38.191 prueba2[500:70b] fecha_partido 2014-03-01 09:00:00
2014-03-07 08:55:38.191 prueba2[500:70b] id_jornada 11
2014-03-07 08:55:38.192 prueba2[500:70b] fecha_partido 2014-03-01 10:00:00
2014-03-07 08:55:38.192 prueba2[500:70b] id_jornada 11
2014-03-07 08:55:38.192 prueba2[500:70b] fecha_partido 2014-03-01 11:00:00
2014-03-07 08:55:38.193 prueba2[500:70b] id_jornada 11
2014-03-07 08:55:38.193 prueba2[500:70b] fecha_partido 2014-03-01 12:00:00
2014-03-07 08:55:38.193 prueba2[500:70b] id_jornada 11
2014-03-07 08:55:38.194 prueba2[500:70b] fecha_partido 2014-03-01 13:00:00
2014-03-07 08:55:38.194 prueba2[500:70b] id 6
2014-03-07 08:55:38.194 prueba2[500:70b] torneo Sabatino Libre
2014-03-07 08:55:38.194 prueba2[500:70b] id_jornada 1
2014-03-07 08:55:38.195 prueba2[500:70b] fecha_partido 2014-03-01 16:00:00
2014-03-07 08:55:38.195 prueba2[500:70b] id_jornada 1
2014-03-07 08:55:38.195 prueba2[500:70b] fecha_partido 2014-03-01 17:00:00
2014-03-07 08:55:38.196 prueba2[500:70b] id_jornada 1
2014-03-07 08:55:38.198 prueba2[500:70b] fecha_partido 2014-03-01 18:00:00
Why "for (NSDictionary *equipo in equipos)" doesn't work?
Attachments
Last edited by a moderator: