Tagged Questions
0
votes
1answer
47 views
NSMutableArray of dictionaries from JSON feed insert new object for key iOS
I receive and array of dictionaries from a JSON feed and assign it to an NSMutableArray called jsonArray i.e:
jsonArray = [deserializedData objectForKey:@"reports"];
The feed looks like this:
...
0
votes
1answer
120 views
Accessing data from NSJSONSerialization from different view controllers
I am back again and this will be my second question of the day.
Anyways, I am using NSJSONSerialization to parse a data from my website. The data is in array format so I am using NSMutableArray. The ...
0
votes
4answers
150 views
Remove object from NSMutableArray after parsing JSON
The JSON source formatted with jsonviewer.stack.hu:
My Parse Method (simplified):
- (void)parseMethod {
// OTHER STUFF
arrayList = [[NSMutableArray alloc] init];
NSURL *url2 = ...
2
votes
1answer
132 views
Sort JSON objects
I have 3 MutableArray's, but only want to use one of them, to sort all of them in the tableView.
jsonArray = [[NSMutableArray alloc] init]; //NAME
jsonStations = [[NSMutableArray alloc] init]; //URL
...
0
votes
1answer
189 views
NSDictionary removing null values. Created from a JSON feed
I have null values in a couple of arrays within my NSDictionaries so I am trying to run through them and remove all the null values. Here is my attempt.
dict = [dict ...
1
vote
4answers
171 views
What will be the size(memory)of NSMutableArray?
I am parsing json data,and i store them into an NSMutableArray.
For each data,parameters are as the following format,
{
"id":"6",
"username":"biju",
"password":"biju123",
...
1
vote
1answer
71 views
how to add data into nsmutable array with a new key?
i am new in iphone development.recently i start a project.after JSON parsing i got a
NSmutablearray
(
{
"contest_description" = " ";
"contest_id" = 245;
"contest_name" = "teating1 ...
1
vote
1answer
314 views
How to parse this JSON response into a key & value pairs array
there are a lot of questions like this and i'm experienced with json format too but i couldnt parse the response below(at the bottom):
I'm using NSJSONSerialization for parsing the response into ...
0
votes
2answers
569 views
(Terminating app due to uncaught exception 'NSInvalidArgumentException)
I am using uitableview for showing the json parsed data . the parsed data is stored in array and the array list is 100 asigned to uitableview. but it crashing at objectAtIndex
at {forloop} it showing ...
0
votes
1answer
101 views
add NSArray to json
I have some problem with creating json what have some simple fields and fields with NSArray.
I have NSMutableDictionary param what i want to convert.
param = {
controller = Analytics;
method = ...
0
votes
2answers
149 views
tableView not populating with data from array
I'm new to iOS development and Objective-C programming so forgive my "noobiness".
Here's the thing, I have a function that builds an array getting data from a JSON object.
I then have a second ...
1
vote
1answer
94 views
Removing // from NSMutableArray
When I NSLog the contents of an NSMutableArray I get null. I believe I know what the issue is.
I'm having a bit of trouble trying to figure out how to remove "//" at the beginning of this JSON ...
0
votes
3answers
1k views
Parse nested JSON Object in Objective-C
Perhaps I am over-thinking or confusing myself, but my head is stuck in a loop over this and I cannot break out.
I have a a JSON of the format: (Validated at http://jsonformatter.curiousconcept.com/)
...
2
votes
2answers
1k views
How to convert the json string into array of elements?
Here is my code to get a json response string
I am getting this string by using this method
NSDictionary *selector = [json valueForKey: @"Title"];
NSMutableArray *dictArray = [[NSMutableArray alloc] ...
3
votes
1answer
756 views
Deep mutable seralizing iOS dictionaries / arrays
Some jSON comes from a local file that my app decomposes : {"1":{"name":"My List","list":[]}}.
I use this iOS 5.1 code to convert the entire thing into what I assume to be a deep mutable dictionary, ...
0
votes
2answers
2k views
Convert from NSMutableArray to JSON in Objective C
I have a NSMutableArray with objects and i want convert it to JSON to send Web Service a NSString with it information.
I have SBJSON and JSONKit frameworks, but i can't do it. Im doing it with:
...
0
votes
2answers
2k views
Parsing JSON string to a NSMutableArray
This is my string:
[{"id":"1","nome":"Adriatik"},{"id":"2","nome":"Ard"},{"id":"3","nome":"Albana"},{"id":"4","nome":"Adriana"}]
I would like to parse all 'name' of the JSON string into a ...
0
votes
1answer
372 views
iOS5/xCode Setting up an array with a json file for use later on
I have the following code that I run at viewDidLoad:
NSString *json_list = [[NSBundle mainBundle] pathForResource:@"mylist" ofType:@"json"];
NSData *theList = [NSData dataWithContentsOfFile: ...
0
votes
2answers
391 views
Different NSMutableDictionary formatting for JSON between apps
Okay, so here's the issue. I have two apps that need to package up JSON request data and send it to the server. The issue is that when I print the result from my NSMutableDictionary to be used as ...
1
vote
2answers
385 views
iPhone SDK: Problems Parsing JSON
I'm using the SBJSONParser for my iphone app. Up to now, i've been parsing simple json strings such as: ["Business1","Business2"]
I'm now using PHP to get both the business name and business ID from ...
0
votes
1answer
97 views
Accessing to a NSMutableArray in UITableViewController crashes
I'm new in Object-c and want to make a UITableViewController based app with JSON data source in Xcode 4.
I imported the JSON framework and defined an NSMutableArray to fill it with the response:
- ...
0
votes
1answer
299 views
JSON Webservice calling repeatedly iphone sdk
I have two webservices (JSON), one is called at the ViewDidLoad and it returned a array of values and loaded into Array1. And I need to call another webservice, by parsing each values of Array1. I ...
0
votes
1answer
400 views
UIPicker view not displaying data from JSON array
i have a UIPicker view for which i need to load the data from a JSON feed.
I am able to write the array data into NSLOG and display it , but not able to see it in the UIPickerview . please see the ...
0
votes
1answer
537 views
Send a NSMutableArray to Json server in PHP
I have an NSmutableArray, and i want to send to the server in JSON format,the server will deserialize it and uptade the mysql.
NSMutableArray * jsonObject = [[NSMutableArray ...
1
vote
1answer
632 views
Obj-C: Convert an Array of objects into an NSDictionary for use with JSONRepresentation
I have an NSMutableArray of custom objects with various information them.
For instance the object might contain:
firstname
lastname
email
I'd like to be able to add these objects to an ...
0
votes
2answers
3k views
Objective-C: JSON Unrecognised leading character?
when trying to execute little function to get an array using JSON i get the next message:
-JSONValue failed. Error trace is: (
"Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Unrecognised ...
0
votes
2answers
430 views
How to exract the string from Array in JSON Format in iPhone?
I have used web service and get the response as the JSON. I want to extract the details from the array.
Here my sample code,
NSString *urlDataString = [[NSString alloc] initWithData:receiveData ...
0
votes
1answer
248 views
How can i sort NSMutableArray iphone?
I have a scenario where the application retrieves information from a json php into an NSMutableArray. My question is as follows ; how can i sort the elements by the "time" field?. Also how can i only ...
3
votes
3answers
2k views
How can I check If I got null from json?
Here I got from JSON
[{"photo":null}]
and I use this code
NSMutableArray *jPhoto = [NSMutableArray arrayWithArray:(NSArray *)[jsonDict valueForKey:@"photo"]];
How can I check it if I want to ...
1
vote
2answers
1k views
Adding Custom Object to NSMutableArray
Developing ios app. I have an object class Product.h and .m respectively along with my picker class which implements my vehicle selection to match products to vehicle. The files
product.h
#import ...
0
votes
1answer
168 views
Can't access an NSMutableArray created with Json in another object
I create an NSMutableArray:
SBJsonParser *parser = [[SBJsonParser alloc] init];
NSMutableArray *components = [parser objectWithString:@"[\"Item1\",\"Item2\"]"];
then I access it from the same ...
1
vote
1answer
528 views
How does the objective-c SBJson library map an array? (do you reccomend it?)
SBJsonParser *parser = [[SBJsonParser alloc] init];
NSMutableArray *componenti = [parser
objectWithString:@"[\"Item1\",\"Item2\"]"];
NSAssert([componenti ...
0
votes
1answer
857 views
JSON data in NSMutable Array is out of scope and tableView won't display the cellData
So i'm working on an iphone app that parses json and tries to put the results into a plain UITableview. I have my tableview setup in the xib file and also setup the datasource and the delegate as the ...
4
votes
3answers
7k 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 ...




