DataTable JSON Serialization in JSON.NET and JavaScriptSerializer
Posted by: Rick Strahls WebLog,
on 03 Sep 2008 |
View original | Bookmarked: 0 time(s)
I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax framework as a replaceable engine. My own parser has served me well, but JSON.NET is a much cleaner design and more flexible especially when dealing with extensibility. There are also a few nice features like the ability to pretty-format the generated JSON for debugging purposes which is immensely helpful...