JSON
The JavaScript Object Notation is a transport language used in the standard display and communication data and data models. Like JavaScript, it is inherently object oriented. Typically, it is used to transport data back and forth between different applications over the Internet.
References
- Json.Org
- Google Gson - Google's JSON parser library for Java (we currently use this).
