/JavaScript_JSON-Ajax_prac

it is a simple poc to understand the JSON and Ajax implementation

Primary LanguageJavaScript

JavaScript_JSON-Ajax_prac

it is a simple poc to understand the JSON and Ajax implementation

In this application I have used javaScipt to implement.

#JSON AND AJAX JavaScript Object Notation(JSON) is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value).

Ajax ("Asynchronous JavaScript + XML") is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page. In practice, modern implementations commonly utilize JSON instead of XML.