Description
JSON stands for JavaScript object notation, which became very popular format for transferring data over XML.
JSON became very popular because of it is light-weight as well as Human readable therefor we can easily understood it.
JSON is extended from JavaScript but it is used in various Programming languages such as PHP, ASP, Python, Ruby, Java and many more. in some languages JSON is supported through external library.
In JSON all the data are store in the form of key/value pair. those key/value pair is also known as Property We are using this key to retrieve the value from property. Key and values are separated by colon.