JSON JavaScript Object

What is JSON Object?

The full name of JSON is "JavaScript Object Notation" and its lightweights used for data interchange between them.  The JSON object read and write easily than XML and Its easily supported to Array, Object, String, Number etc. and also language independent.

The example for JSON Object

var JSONObject = [{  Name: 'Anil', Age: 30   }, {
        Name: 'Sunil',   Age: 25    }, {
        Name: 'Sushil',  Age: 20    }, {
        Name: 'Aradhya',  Age: 2 }

   ];
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^