JSON Tutorial: List of Lessons

Json tutorial
Json tutorial
Table of Contents
  1. Introduction to JSON
  2. JSON Syntax
  3. JSON Datatypes
  4. JSON Schema
  5. JSON Libraries
  6. JSON Nested Objects
  7. JSON Text to JavaScript Objects using eval()
  8. JSON With PHP
Introduction to JSON
  • JSON stands for: JavaScript Object Notation.
  • JSON is an Open source, lightweight data-interchange format.
  • JSON is a subset of JavaScript.
  • JSON is an alternative to XML.
  • JSON is used to transmit data between server and web applications.
  • JSON is language independent just as XML.
  • JSON Internet media type is application/json.
  • JSON has a file extension of .json.
  • JSON format was introduced by Douglas Crockford.
|ADsADsAds| Advantage of JSON over XML.
  • JSON is easy to read compared to XML.
  • JSON is more compact than XML and hence is loaded quickly.
  • JSON is more flexible compared to XML.
  • JSON is faster compared to XML.
Prerequisites
  • Should have a basic knowledge of JavaScript.
  • Knowledge of XML would be advantageous.

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!