Json Articles about
Json
 

Information About

Json




The JSON format is specified in RFC 4627 by Douglas Crockford . The official Internet Media Type for JSON is application/json.

The JSON format is often used for transmitting structured data over a network connection in a process called Serialization .
Its main application is in Ajax web application programming, where it serves as an alternative to the traditional use of the XML format.

Although JSON was based on a subset of the JavaScript programming language