hi i am working with JSON simple example, which works fine , but problem is what happens if I have uneven values for example
{
{ "A":"1", "B":"2", "C":"3"},
{ "A":"1", "B":"2"} ,
{ "A":"1", "B":"2", "C":"3", "D":"4"},
}
I can get values but after finishing each iteration , I have to call funtion , how can i call function after each itteration I am using simple example.
I am sorry, I cannot understand your issue. You have to provide better description of what are you doing, what is it you expect and what happens instead.
hi i am working with JSON simple example, which works fine , but problem is what happens if I have uneven values for example { { "A":"1", "B":"2", "C":"3"}, { "A":"1", "B":"2"} , { "A":"1", "B":"2", "C":"3", "D":"4"}, } I can get values but after finishing each iteration , I have to call funtion , how can i call function after each itteration I am using simple example.