If I use Newtonsoft.Json.NET it defaults to iso8601 (i.e.: 2011-06-02T09:34:29+02:00) for serializing/deserializing dates.
Why ServiceStack.Text doesn't default to this and I need to specify it as a configuration setting?
If I use Newtonsoft.Json.NET it defaults to iso8601 (i.e.: 2011-06-02T09:34:29+02:00) for serializing/deserializing dates.
Why ServiceStack.Text doesn't default to this and I need to specify it as a configuration setting?