Json Data Parsing Problem
Web Development and Internet Marketing Forum :: Forum :: Application Development :: Mobile Application Development
Page 1 of 1
Json Data Parsing Problem
Hi everyone, I am new for iPhone. I have written a simple app for iPhone.
I have an Json web service and it has some methods. one of them is returning a array to iPhone.
Here is the response string and converting it to NSArray.
NSString *responseString = [[[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding] autorelease];
NSLog(@"Did receive response: %@", responseString);
NSArray *resultsArray = [responseString JSONValue];
NSLog(@"%@",resultsArray);
And When I check NSLog for ResultArray I received something like that
{
"id": "1",
"result": [
{
"Name": "John",
"Statu": "Online"
},
{
"Name": "Alex",
"Statu": "Online"
},
{
"Name": "Diaz",
"Statu": "Offline"
}
]
}
And after that i want to see how many object in this array or listing them. Here is code
resultsArray count gives always 2 i don't know why.
NSLog(@"count is: %i", [resultsArray count]);
and also This line gives an error
txtResponse.text = [resultsArray objectAtIndex:0];
Can anybody help me.
I have an Json web service and it has some methods. one of them is returning a array to iPhone.
Here is the response string and converting it to NSArray.
NSString *responseString = [[[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding] autorelease];
NSLog(@"Did receive response: %@", responseString);
NSArray *resultsArray = [responseString JSONValue];
NSLog(@"%@",resultsArray);
And When I check NSLog for ResultArray I received something like that
{
"id": "1",
"result": [
{
"Name": "John",
"Statu": "Online"
},
{
"Name": "Alex",
"Statu": "Online"
},
{
"Name": "Diaz",
"Statu": "Offline"
}
]
}
And after that i want to see how many object in this array or listing them. Here is code
resultsArray count gives always 2 i don't know why.
NSLog(@"count is: %i", [resultsArray count]);
and also This line gives an error
txtResponse.text = [resultsArray objectAtIndex:0];
Can anybody help me.
kevin619- Posts : 38
Join date : 2011-12-19
Location : California
Web Development and Internet Marketing Forum :: Forum :: Application Development :: Mobile Application Development
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|
» Hey I am The Head developer of MinecraftStuff
» PHP and Notepad++
» Pakistan Cricket Team Face 1st T20 Against India On 25th Dec 2012
» Learning SEO
» Guest Blogging ?
» SEO strategies for 2012!
» The best way to get traffic for your site
» How Can I increase the traffic for my Web site??????