Support for including null values in ToJSON output
tristanhimmelman
released this
11 Dec 23:28
·
267 commits
to master
since this release
Support for printing null values in ToJSON. See shouldIncludeNilValues
variable in Mapper
. Thanks @traylewin
Bug fix: MapContext is now being correctly passed down when mapping nested objects (for ImmutableMappable
mappings) Thanks @haritowa