JSON Tutorial
JSON Introduction
JSON Syntax
JSON Datatypes
JSON Schema
JSON Schema Libraries
JSON Examples
Nested Objects
JSON Text to JS Object (eval)
JSON + PHP
Privacy
Introduction to JSON : JSON Tutorial
Introduction to JSON
JSON stands for :
JavaScript Object Notation
.
JSON is an Open source, light-weight data-interchange format.
JSON is a sub-set of JavaScript.
JSON is an alternative to
XML
.
JSON is used to transmit data between sever and web application.
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.
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.
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()
7. JSON With PHP