JSON, abbreviated from JavaScript Object Notation, is an open standard file format for storing human-readable structured data as key-value pairs and arrays. It is a very common format in web applications and data interchange uses. JSON, as a lightweight, text-based, human-readable format, is being supported by many programming languages. In recent years, JSON has become a popular alternative to XML.
Name | JavaScript Object Notation |
---|---|
File Extension(s) | .json |
Category | Data Files |
Use For | Storing attribute-value pairs and arrays of data, transmitting data in web applications, and Ajax techniques. |
Developer | Douglas Crockford |
MIME Type(s) | application/json |
License | N/A |
File Sample(s) | N/A |