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.
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
Post a Comment