I need to send an NSArray to the server in the JSON array format. How can I convert it to JSON. This is a sample of my NSArray>
NSArray
JSON
NSArray>
#import NSArray *array = // Your array here. NSString *json = [array JSONString]; NSLog(@"%@", json);
JSONKit performs significantly better than SBJson and others in my own and the author's benchmarks.