json-framework
Getting JSON data and populate TableView in iOS
Good evening! I need some help. I\'m getting some data from the Google Places API in JSON format but I\'m not getting to populate a TableView in iPad (SplitView Based Application). I starting with iO[详细]
2023-04-11 19:40 分类:问答Error on JSON framework parsing
I\'m having a problem on parsing a JSON from Google Places. I have the following code for parsing it: NSString *myRawJson = [[NSString alloc] initWithContentsOfURL:[NSURL URLWithString:@\"https://ma[详细]
2023-04-11 12:02 分类:问答JSON parsing returns null to iOS (json string looks correct)
I am trying to get a JSON to iOS app, but keep getting NULL values.. - (id)initWithDictionary:(NSDictionary *)dictionary {[详细]
2023-03-29 11:11 分类:问答C# de-serialise Xml to object and serialise back to Xml again
I would like to use JsonFx to convert XML to/from custom types and LINQ queries.Can anyone please provide an example to de-serialisation and serialisation back again?[详细]
2023-03-29 00:02 分类:问答Parse JSON data using Asihttprequest and the Json framework for iphone
I\'ve been learning how to parse JSON using the JSON framework and ASIHTTPRequest for iOS. I\'ve tested using twitter feeds and also a custom feed through a community tutorial. All is going well.[详细]
2023-03-26 06:19 分类:问答Unexpected end of input with SBJson in Objective-C
I have the following code that is trying to parse a JSON that I am returning from a website: - (void)connectionDidFinishLoading:(NSURLConnection *)connection {[详细]
2023-03-24 05:35 分类:问答trouble with parsing json
i\'m new in the iphone and json world . i have this json structure . You can see it clearly by putting it here http://jsonviewer.stack.hu/ .[详细]
2023-03-07 11:25 分类:问答Trouble getting results from json message in objective c using JSON.Framework
I am attempting to read a json message using the json.framework. The message is a nested collection of meeting details.My desire is to iterate thought all of the meetings and create local meeting obje[详细]
2023-03-07 07:37 分类:问答Parase JSON in iphone app with json-framework
i found th开发者_运维知识库is framewok , it seem easy to user , http://stig.github.com/json-framework/. In the exemple , he have this json :[详细]
2023-03-06 20:49 分类:问答Iphone JSON-Framework EOF Error
I\'m attempting to use Json-Framework to parse output (on the iPhone) from my website.The data on the website is an array of news objects... passed through PHP\'s json_encode().[详细]
2023-02-28 23:16 分类:问答