What is JSON?
JSON (or JavaScript Object Notation) is used in Xill to define lists and objects, which are in collections of data. These lists and objects are in turn also used in most interaction with MongoDB.
Resources
-
Introducing JSON: Official JSON page
-
Wikipedia article: Wikipedia's very complete explanation about what JSON is and it's history
-
W3schools tutorial: W3's location for JSON tutorials