JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications.JSON is a lightweight, text-based, language-independent data interchange format. It was derived from the Javascript/ECMAScript programming language but is programming language independent. JSON provides a simple notation for expressing objects, collections of name/value pairs, and for arrays, ordered lists of values.