You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to omitting writing of empty Objects, Arrays, for JsonNode, based on @JsonFormat, it should also be possible to rely on this setting to prune out empty JSON arrays.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Support SerializationFeature.WRITE_EMPTY_JSON_ARRAYS
Support SerializationFeature.WRITE_EMPTY_JSON_ARRAYS for JsonNodeJul 20, 2015
In addition to omitting writing of empty Objects, Arrays, for
JsonNode
, based on@JsonFormat
, it should also be possible to rely on this setting to prune out empty JSON arrays.The text was updated successfully, but these errors were encountered: