Tuesday, January 29, 2013

JSON

Very Easy to Serialize (C# Object to Json) and DeSerialize (Json to C# Object)
please check following links
  • http://blogs.microsoft.co.il/blogs/pini_dayan/archive/2009/03/12/convert-objects-to-json-in-c-using-javascriptserializer.aspx
  • http://www.codeproject.com/Articles/78928/Create-JSON-from-C-using-JSON-Library
  • http://www.codeproject.com/Articles/34730/JSON-and-C-using-Generics-and-Delegates
  • http://json.codeplex.com/
  • http://james.newtonking.com/pages/json-net.aspx

No comments:

Post a Comment