Hello Community,

I would like to make following improvements in existing JSON Formatter
*1. Ability to provide date format for different date fields in POJO*.
Current implementation accepts just one format and applies the same to all
date fields.
*2*. *Ability to provide JSON field to POJO field mapping.*

To add above features, I would be using Jackson data-bind package.
https://github.com/FasterXML/jackson-databind

Users can take advantage of Jackson's annotations
<https://github.com/FasterXML/jackson-databind#annotations-changing-property-names>
to change property names / specify date formats.

JIRA to track the issue:
https://issues.apache.org/jira/browse/APEXMALHAR-2157

Thanks,
Shubham

Reply via email to