I am using a Rails webservice and was wondering how many json objects I should bring back on the first call?
I currently have an ordered JSON string being passed into my iPhone app, which is then being parsed using the JSON Framework.
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.
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
I have some problem with JSON parsing. When I hit URL, I\'ve got JSON response like this: //JSON 1 { \"data\":
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
I have added the JSON-framework (Stig B - Google code) to my Classes folder (just the JSON directory as per option 1 instructions).
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