JSON Definition And Characterists
JSON : It is a syntax for storing and transforming data from one to other like XML.
Syntax of JSON:
var JSONObject={"key":"value","key":"value"}
- using Javascript we are going to parse the data very easily.
- This technique is very useful at the time of AJAX call.
- JSON is very light weight than XML.
- This is language independent.
- Very easy to understand.
- This is using two dimentional array for storing data.
See more JQuery Interview Questions.
Home Next Lession
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.