Krivalar Tutorials 
Krivalar Tutorials

Introduction to JSON


What is JSON? JSON_Syntax JSON_Data Types JSON_vs_XML JSON_Array JSON_Object

JSON stands for JavaScript Object Notation. JSON is a data-interchange format that enables applications to communicate over the network. JSON represents data as an attribute with values. JSON is based on a JavaScript web application. Nowadays most of the World Wide Web applications use this JSON format.

This JSON format is used as an alternative to the XML(Extended Markup Language) format. the JSON encapsulates data between client and server. JSON was originally invented by Douglas Crockford in 2001 and was described by RFC 4627. JSON is a data language for all RESTful APIs. Most modern technologies and languages provide excellent support for JSON data format (e.g.: Java, JavaScript, Python, PHP, Ruby, C#, and Groovy). JSON also works with Node.js and NoSQL (e.g: MongoDB).

What is JSON?

Why JSON?


Next - JSON Syntax >>