Archive: JSON
-
Sep 15, 2009
No CommentsJSON Basics — Part 1
JSON Introduction JSON is nothing but JavaScript Object Notation, which is light weight data interchange format compared to XML. This JSON is mostly used to transfer the data between the AJAX websites. The functionality and purpose of the JSON is very similar to the XML, but JSON has more advantages than XML, that we will discuss...