How to parse JSON with date field in Java - Jackson @JsonDeserialize Annotation Example I have read many articles on parsing JSON in Java and most of them give examples where properties are either String or int, there are very few exampl… 5 years ago