JSON Intro – syntax – datatypes

  JavaScript Object Notation   Used as a lightweight data sharing format in between server and web application, and also in between web applications. This is called as fat-free version of XML :D. Easy read / write format. A collection of “key” : “value” pairs. This can be represented as object, dictionary, hash table, keyed list…