JSON stand for JavaScript Object Notation it is lightweight data-interchange format .
NSJSONSerialization class defined in the foundation framework that includes in iOS version 5 that is used to convert NSData-JSON Object to NSDictionary.
Uses of JSON-
JSON Format is used for serialising and transmitting structureed data over the network.It is primary source of transmitting of data between server and client application . JSON build on two structure-
A Collection of Name/Value pairs in different languages as an object ,record,struct,dictionary, hash table key list and associative array.
An ordered list of value.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
JSON stand for JavaScript Object Notation it is lightweight data-interchange format .
NSJSONSerialization class defined in the foundation framework that includes in iOS version 5 that is used to convert NSData-JSON Object to NSDictionary.
Uses of JSON-
JSON Format is used for serialising and transmitting structureed data over the network.It is primary source of transmitting of data between server and client application . JSON build on two structure-
A Collection of Name/Value pairs in different languages as an object ,record,struct,dictionary, hash table key list and associative array.
An ordered list of value.