Learn how to manipulate JSON using JSON.NET library.Many people use JSON rather than XML in the web for many reasons :JSON requires less tags than XML – XML items must be wrapped in open and close tags whereas JSON you just name the tag once.JSON is better at helping procedural decisions in your JavaScript based on objects and their values (or methods).JSON is easier to read than XML (at less fo..