Define JSON.JSON stands for JavaScript Object Notation. It is a human readable format for data transfer over network. It is used mainly in AJAX where it is used instead of xml. It is light in weight, thus making the transfer faster.
JSON is JavaScript Object Notation. JSON is a safe and reliable data interchange format in JavaScript. This format is easy for humans to read and machines to understand.
|