JSON content Type in iOS

Solution:

Json is a way of data parsing method that used in web application to mobile application.You can sed the data from server in the format of object.

The data contents will be like Nsdictionay,Nsarray,Nsstring and so on..


The content type is application/json.
The default encoding format for data is UTF-8.


Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift