0% found this document useful (0 votes)
113 views1 page

JSON Tutorial for Beginners

JSON is a lightweight data format that was originally specified by Douglas Crockford for human-readable data interchange. It is used to transmit data between a web server and web application, with an official media type of application/json and a .json filename extension. This tutorial is designed for beginners to understand the basic functionality of JSON and how to use it with various programming languages for data interchange purposes.

Uploaded by

noiro7100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views1 page

JSON Tutorial for Beginners

JSON is a lightweight data format that was originally specified by Douglas Crockford for human-readable data interchange. It is used to transmit data between a web server and web application, with an official media type of application/json and a .json filename extension. This tutorial is designed for beginners to understand the basic functionality of JSON and how to use it with various programming languages for data interchange purposes.

Uploaded by

noiro7100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

JSON Tutorial

PDF Version Quick Guide Resources Job Search Discussion


JSON or JavaScript Object Notation is a lightweight text-based open
standard designed for human-readable data interchange. The JSON
format was originally specified by Douglas Crockford, and is described in
RFC 4627. The official Internet media type for JSON is application/json.
The JSON filename extension is .json. This tutorial will help you
understand JSON and its use within various programming languages such
as PHP, PERL, Python, Ruby, Java, etc.

Audience
This tutorial has been designed to help beginners understand the basic
functionality of JavaScript Object Notation (JSON) to develop the data
interchange format. After completing this tutorial, you will have a good
understanding of JSON and how to use it with JavaScript, Ajax, Perl, etc.

Prerequisites
Before proceeding with this tutorial, you should have a basic
understanding of the web applications work over HTTP and we assume
that you have a basic knowledge of JavaScript.

You might also like