Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: JsonParser
-
Labels:None
-
Environment:Any
Description
Right now if you try to parse a Java timestamp value surrounded by quotes it is treated as a String and not properly parsed. I believe the solution is to check if the String value can be cast to a long and if so try to parse it as a numeric date value.
Implemented, will be part of 1.5.0 release.