Format json newtonsoft

It should be simple to de-serialize. Currently there is much effort going on in using XML, JSON as a means of serializing objects. ... JSON (JavaScript Object Notation) is an efficient data ... Newtonsoft.Json.JsonSerializer jsonserializer = new Newtonsoft.Json.JsonSerializer(); ................
................