Say I have a json Data Array…I want for each number of item add something in a list and show it in a listview.
I have tried to use your extension in one of my recent project. I found that it returns only the value of index 1…rest of the value could not be processed. Then, the Json_tool by LukeGackle helped me. It extracted the data successfully from an array with ForEachNumber block.
Except this, I have found Json_Util extension by ColinTree the most easiest tool to extract data from json. I hope I was able to make u understand.