Skip to main content

Posts

Showing posts with the label 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 }    ];