Hypersistence Json Type does not preserve order when we use it with a java object that has a LinkedHashMap attribute. However, when a LinkedHashMap was used with a plain vanilla ObjectMapper, we saw ...
I encountered a problem with the order of the entries of a LinkedHashMap with a sealed interface value type. I simplified the model for the issue. data class Configuration(val expressions: ...