Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
713 views

JSON error on iPhone app

i am getting error when i try to run an app on my simulator. I have copied the JSON(JSON Framework) project in my app but my simulator crashes when it compiles the below lines,(I am using iOS 4.2) - ...
2
votes
2answers
645 views

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. - (NSArray ...
2
votes
1answer
144 views

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 ...
2
votes
1answer
1k views

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": {"array": ["3", {"array": [ ...
2
votes
1answer
806 views

json-framework error in iPhone static library

I have an iPhone app that uses the json-framework. I moved some of the code, including the json-framework source, from the main project to a static library. When I did this, the json-framework stopped ...
2
votes
2answers
896 views

json-framework: EXC_BAD_ACCESS on stringWithObject

UPDATE: I found that the reason for the previous error was an error in the documentation. The method should be named proxyForJson, not jsonProxyObject... But I'm still stuck, though. I now get ...
1
vote
2answers
111 views

Replace all NSNull objects in an NSDictionary

I'm curious, I currently have an NSDictionary where some values are set to an NSNull object thanks to the help of json-framework. The aim is to strip all NSNull values and replace it with an empty ...
1
vote
2answers
123 views

Which json library to use on iphone to consume gson/jackson generated json

I need to build a java based JSON data API that will be accessed from mobile devices: Android, Iphone... I have narrowed down to these: Server side data api - gson/jackson lib (pojo to json) Android ...
1
vote
1answer
687 views

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. I ...
1
vote
2answers
194 views

JSON Parse Error

I am using SBJson framework (also known as json-framework) for the iOS. When parsing a certain JSON file, I am getting the following error: -JSONValue failed. Error is: Unescaped control character ...
1
vote
1answer
391 views

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 { [connection release]; ...
1
vote
1answer
106 views

Parase JSON in iphone app with json-framework

i found this framewok , it seem easy to user , http://stig.github.com/json-framework/. In the exemple , he have this json : { "resultats":{ "joueurs":[ { "nom":"Jean ...
1
vote
3answers
2k views

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 ...
1
vote
1answer
2k views

How do I convert NSDecimalNumber to NSInteger?

OK, I'm using a JSON-enabled Rails web-service to provide data to an iPhone application. I'm finding my Integer values (IDs) are being interpreted by the json-framework as a NSDecimalNumber type. I ...
0
votes
3answers
51 views

Sectioned UITable & JSON

I have been trying for days to figure out how to parse this JSON to a sectioned UITable but I am not successful, I've only been able to figure out how to get the section name, but failed to get each ...
0
votes
1answer
46 views

JSON framework error

I am trying to run the salesforce ios phonegap app for mobile sdk project named https://github.com/forcedotcom/SalesforceMobileSDK-iOS/tree/master/hy... The app starts but stops with the ...
0
votes
2answers
98 views

-JSONValue failed Error trace

how solve this excepetion -JSONValue failed. Error trace is: ( "Error Domain=org.brautaset.JSON.ErrorDomain Code=11 \"Unexpected end of string\" UserInfo=0x6173d50 ...
0
votes
1answer
80 views

json-framework “Unknown property attribute”

Before I used JSON-framework,https://github.com/stig/json-framework/, it was great. But now I get an error "Unknow property attribute". Even when I run the example provided with the framework I have ...
0
votes
1answer
49 views

JSON is not being parsed

I'm developing a program using GOogle Places API and it has two functions: searchPlaces and loadPlaceDetails. The function loadPlaceDetails is using the same code of the searchPlaces function ...
0
votes
1answer
128 views

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 ...
0
votes
1answer
397 views

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 iOS ...
0
votes
1answer
85 views

How to keep json-framwork from escaping the backslash when formatting date for WCF service in JSON

I have noted the answer for JSONKit here: How to prevent JSONKit from escaping backslash from ASP.NET JSON date format? but was wondering if there is a similar way using JSON-framework to keep it from ...
0
votes
2answers
377 views

iPhone JSON Framework not parsing JSON string object not within an object or array

I'm using the JSON framework in Obj-C (iOS) to parse responses from a RESTful webservice (C#/.NET). The framework is fine when it comes to arrays or objects, but one of the service calls is returning ...
0
votes
1answer
397 views

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 { self.name = [dictionary valueForKey:@"name"]; self.amount ...
0
votes
1answer
117 views

objective-c json-framework: How to parse dates, nulls, and everything else in between efficiently?

Scenario: Ruby on Rails app that returns JSON to an iOS application using json-framework to parse the JSON and push the data onto Core Data objects. Problem: Many of attributes returned from in the ...
0
votes
2answers
101 views

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? Here's an example of the XML ...
0
votes
0answers
46 views

package, release and install of Cocoa app consuming gson

I am building an app that uses Google gson and also Json.Framework. Now when I build my installation package (using apple PackageMaker), I wonder how should I package them w/o any licensing issues. ...
0
votes
2answers
71 views

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/ . ...
0
votes
1answer
84 views

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 ...
0
votes
0answers
190 views

Using json-framework in an ios library

I am building a library that includes the json-framework If I add it to the end application as well as the library project it all works. If I only add it to the library project I am building it does ...
0
votes
1answer
804 views

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(). The JSON Output is ...
0
votes
1answer
474 views

Thousands of memory leaks when using sbjson framework on repeated usage

I am using JSON framework (SBJson) for my applicaition. parsing the value by NSDictionary *results = [responseString JSONValue] ; For parsing first time in controller with this code has no ...
0
votes
3answers
97 views

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? Options: Bring back 200 webservice but only show 25 in the uitableview w/ Load more ...
0
votes
2answers
384 views

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. The data is as follows: "league_table": object{ "Premiership": array[6], ...
0
votes
1answer
402 views

Problem parsing following JSON with JSON Framework

I have the following json: { "response": { "status": 200 }, "user": { "flex_meta": { "layout": ...
0
votes
1answer
1k views

Access nested arrays and dictionaries generated by JSON-framework iPhone

I'm using a Google API to return some JSON, which i have converted to their Objective C types using the JSON-framework (Stig B - Google Code). I now have structures like this: responseData ...
0
votes
2answers
761 views

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). I had subversion set up which was working fine, until i added this ...
0
votes
1answer
228 views

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 ...
0
votes
2answers
1k views

Core Data mishandles NSCFBoolean?

I've got a Core Data managed object that has an attribute with a "Boolean" type. In my header file I've got this: @property (nonatomic, retain) NSNumber * includeInHistory; and I'm using a @dynamic ...