What is JSON?
JSON stands for JavaScript Object Notation is known as a lightweight text-based open standard designed for human-readable data interchange. It was designed by Douglas Crockford in RFC 4627. It is the official Internet media type for JSON is application/json and the filename extension is .json. JSON tutorial explains about the basic concepts and its use within various programming languages such as PHP, PERL, Python, Ruby, Java, etc.
Beginners & Freshers :
JSON tutorial has been designed for the beginners to understand the basic functionality of JavaScript Object Notation (JSON) to develop the data interchange format. You will get knowledge of JSON and how to use it with JavaScript, Ajax, Perl, etc.
Requirement :
Once should have a basic understanding of the web application’s work over HTTP and along with the basic knowledge of JavaScript.