ios - NSDictionary from json -
how can create nsdictionary json response without manually adding object keys?
yes can.
nsdictionary *dictionary = [nsjsonserialization jsonobjectwithdata:data options:kniloptions error:&error];
see here
how can create nsdictionary json response without manually adding object keys?
yes can.
nsdictionary *dictionary = [nsjsonserialization jsonobjectwithdata:data options:kniloptions error:&error];
see here
Comments
Post a Comment