I m using JSON and while parsing, i m getting the returned value as
> [{"id":"2","name":"a"}, {"id":"3","name":"b"},
> {"id":"104","name":"c"}, {"id":"4","name":"d"}]
I want to have the 'name' in some array, so that i can show the names in picker view.
from array to pickerview, i can perform,but i m getting problem in retrieving the values of name and put into an array.
I m using JSON and while parsing, i m getting the returned value asI don't quite get this? How do you parse? As a term of parse, after parsing you should have aNSArrayobject filled withNSDictionaryobjects with keysidandname, from which you can take the values...