CouchDB - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

CouchDB JSON

CouchDB JSON

shape Description

SPlessons is going to provide the tutorial for the JSON. In this tutorial, SPlessons will cover the fundamentals of JSON and how it is going to work with other languages such as JAVA, PHP, AJAX. JSON stands for JavaScript Object Notation, JSON is derived from JavaScript. JSON is a data interchange format that is used to transmit serialized information, for example from a web page to the server. JSON is very easier than XML to read and write, it supports values, number, object, array, string.

JavaScript Basics

shape Description

JavaScript is a lightweight scripting language used to create network-based applications and is very easy to implement as it is integrated with Java and HTML programming languages. JavaScript is an open and cross-platform programming language that involves both functional programming and object-oriented features. JavaScript Tutorial is intended to help programmers understand the basic functionality of JavaScript and teach them how to create dynamic web pages and web applications. JavaScript syntax refers to a set of rules that determine how the language should be written and interpreted. JavaScript can be executed using JavaScript statements that are placed within the HTML tags in a web page. Tags can be placed anywhere within the web page, but it is recommended to keep them within the tags. The tag tells the browser to start interpreting the text present between these tags.

Advantages Of JSON

shape Description

Following are the advantages of JSON.

shape Prerequisites

Before going to learn about JSON, the user need to have a knowledge of JAVA script and XML why because JSON has been originated from the JAVA script only. But before going to the programming, one needs to have the basic idea about the following

Summary

shape Key Points

  • JSON is lightweight and language independent
  • JSON format was given by Douglas Crockford.
  • .json is the file extension of JSON.
  • JSON is a data oriented.