json full form

JavaScript
//JSON: JavaScript Object Notation. JSON is a syntax 
//for storing and exchanging data.JSON = JavaScript Object NotationJSON stands for JavaScript Object Notation. 
It is a lightweight format for storing and transporting data. 
It is often used when data is sent from a server to a web page. 
It is "self-describing" and easy to understand.
Source

Also in JavaScript: