I am using .NET JSON parser and would like to serialize my config file so it is readable. So instead of: {"blah":"v", "blah2":"v2"} I would like something nicer like:...
I have a class that contains an enum property, and upon serializing the object using JavaScriptSerializer, my json result contains the integer value of the enumeration rather than its...