How can i do the JSON post method in iOS 5,i have fetched data using NSJSONSerialization,but i don't know how to post the data to the server.
Can anyone please help me with this?
How can i do the JSON post method in iOS 5,i have fetched data using NSJSONSerialization,but i don't know how to post the data to the server.
Can anyone please help me with this?
Check AFNetworking library http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_afnetworking/, available here https://github.com/AFNetworking/AFNetworking, makes posting and receiving JSON data a breeze.