Javatpoint Logo
Javatpoint Logo

What is the full form of JSON


JSON: JavaScript Object Notation

JSON stands for JavaScript Object Notation. It is a text-based data exchange format for structuring data. It is mainly used to exchange data between a server and web application. It is an alternative to XML for organizing data. It supports data structures like array and objects and the JSON documents are rapidly executed on the server.

Fullform Json

JSON is originated from JavaScript. It is based on the object notation of the JavaScript Language. The basic elements of JSON notation are as follows;

  • Objects
  • Object Members
  • Arrays
  • Values
  • Strings

JSON is independent of language, so it can be combined with many languages like C++, PHP, Perl, Rudy, and Python. It is basically a data format, so it is not limited to Ajax-style web applications and can be used whenever a web application needs to exchange or store information as text.

Features of JSON

  • Human-readable
  • Platform-independent
  • Simple and self-describing
  • Extensibility and Interoperability
  • Wide availability of implementations
  • Ideal data exchange format for Ajax-style web applications

Next TopicFull Form





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA