Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Nice one. How to handle for object? like person or user. Commented Mar 16, 2016 at 10:13
  • Jeeva Jsb for objects you can try to use some json serialization, e: <code> string output = JsonConvert.SerializeObject(user); </code> Commented Apr 27, 2018 at 14:20
  • I've not tested it yet, but I found a similar implementation here: codeproject.com/Articles/795865/… Commented Jan 9 at 7:50