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>
You can use the build in JSON functions of iOS or use an external lib e.g. JSONKit to convert your data to JSON