-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.1
-
Component/s: None
-
None
Right now when parsing "new Date(stringValue)" JsonReader assumes that stringValue can be parsed by .NET's DateTime.Parse method. But JavaScript supports some string representations that .NET does not. Research exactly what JavaScript supports and make JsonReader support all the valid forms.