json-framework
iPhone: how many objects should I bring back from webservice?
I am using a Rails webservice and was wondering how many json objects I should bring back on the first call?[详细]
2023-02-14 14:13 分类:问答JSON-Framework Parsing data in a strange order
I currently have an ordered JSON string being passed into my iPhone app, which is then being parsed using the JSON Framework.[详细]
2023-01-29 06:38 分类:问答Using JSON Framework on iPhone - HELP!
Currently I am using the following code to parse the JSON link sent. This is how I also send a GET call to the Google Reader API for an upcoming iPhone application of mine.[详细]
2023-01-18 03:04 分类:问答What is the ideal way in the iPhone SDK to handle data coming from a web service?
Currently, we\'re using ASP.NET asmx web services to interface with our iPhone application. My question is; whats the most ideal way of converting the responses from the services into objects which a[详细]
2023-01-10 01:49 分类:问答How to detect JSON object/JSON Array on XCode using JSON-Framework
I have some problem with JSON parsing. When I hit URL, I\'ve got JSON response like this: //JSON 1 { \"data\":[详细]
2023-01-07 15:04 分类:问答Send NSMutableArray as JSON using JSON-Framework
I\'m using JSON-Framework in my project successfully to decode JSON send from a server. Now I need to do it the other way around and I\'m facing problems as the data to be sent is a NSMutableArray fe[详细]
2023-01-07 11:23 分类:问答Xcode SVN can't add JSON directory to repository
I have added the JSON-framework (Stig B - Google code) to my Classes folder (just the JSON directory as per option 1 instructions).[详细]
2022-12-15 22:21 分类:问答Certain JSON requests crach on adHoc, but not on debug
I am using json-framework for communication purposes with certain web service. So far it has served me well. However, this code crashes my adHoc app on the device. The same app in debug mode on the de[详细]
2022-12-10 08:46 分类:问答