JSON
Siddharth Jogia
School of Information Technology & Engineering, VIT University, Vellore - 632014, Tamilnadu, India, siddharthjogia@gmail.com Abstract
In this paper, it has been discussed about the current technological era of data transmission and object serialization in web application. This paper will gives the analytical research in the form of two data serializing approaches used in web applications, which are „Extensible Markup Language‟
(XML) and „Java Script Object Notation‟ (JSON). The working methodologies for both the approaches are different depending on the browse‟s Document Object Model (DOM) and both are highly efficient in their own working criteria. But still developers are getting in trouble while choosing the best technique for the comfortable and secured data transmission and object serialization between two objects. The key features of these two techniques are to analyze all data objects and it was pointed out that how to translate data correctly between these two objects. These approaches affect „Asynchronous
JavaScript and XML‟ (AJAX), which is a technique used in the web application for transmitting and receiving chunks of data on the webpage between client and server. This AJAX technique will use both these approaches for efficient data transmission asynchronously (ongoing background process) without disturbing the current content on the webpage. In this paper, it is also described about the implementation of both this approach in various web browsers. From this research, developer will come to know about the detailed usage of both the approach with respect to their web application.
Key Words: Extensible Mark-up Language (XML),
Asynchronous JavaScript and XML (AJAX), Web Application,
Asynchronous Transmission and Receiving Technique,
Document Object Model (DOM)