JSON ( J ava S cript O bject N otation), is a light weight, easily understandable to read and write string. It is also easily parse-able by machine. JSON is introduced on two structues A collection (key/value pair) And ordered list of values. I have not covered this topic in detail. Detailed analysis...