JSON Interview Questions and Answers

JSON stands for Javascript Object Notation. It is a lightweight interchange format programming language. It is baceed on JavaScript and ECMA script. It was designed for human-readable data interchange.It is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value). It is very common data format used for asynchronous browser server communication, including as a replacement for XML in some AJAX-style systems.

Scroll to Top