Make @JsonPropertyOrder
supported by Maps, ObjectNodes
#335
Milestone
@JsonPropertyOrder
supported by Maps, ObjectNodes
#335
Beyond
SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS
which has global applicability, it would be nice to be able to do per-property specification.And as luck would have it, it should quite doable using existing
@JsonPropertyOrder
annotation.The text was updated successfully, but these errors were encountered: