JSON (JavaScript Object Notation) is a lightweight data-interchange format. Its main beauty is the clear and puristic format that can easily be read by humans, that can easily parsed in nearly any programming language, and that still is a valid subset of the JavaScript programming language. As you can see, it’s the complete opposite of such bloated XML ;) .. Please note that the TinyJSON project p