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>
Check this tutorial, JSON in iOS 5.0 was clearly explained (serailization, deserailization).