I am developing an application in which i am using data came from server in the json format.
However i am able to parse normal json data but failed to parse the json data with arrays,
the json response is given below,
[{"id_user":"80","services":
[{"idservice":"3","title":"dni-e","message":"Texto para el dni-e"},
{"idservice":"4","title":"Tarjeta azul","message":"Texto para la tarjeta azul"}]
}]
how can i read this json array?
Note:I am using Litjson for parsing.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…