Introduction to JSON

In my previous posts I have explained various topics like Jquery, asp.net, visual studio,C#.Net,Console application
Now in this post, I will explain about Introduction to JSON .

Json

JSON stands for JavaScript Object Notation.It is lightweight data-interchange format.

Introduction to JSON
Introduction to JSON

Json Feature

  • JSON is easy to read and write than XML.
  • JSON is language independent.
  • JSON supports array, object, string, number and values.

JSON Syntax Rules

  • Data is written name/value pairs.
  • Data is separated by commas.
  • Curly braces hold objects.
  • Square brackets hold arrays.

You can read more about Json here

Summary

You can also read about ASP.NET, C#.Net,JQuery and Visual Studio

I hope you get an idea about JSON .
I would like to have feedback on my blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you liked this post, don’t forget to share this.