jackson-databind
jackson-databind copied to clipboard
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
*Issue replaces https://github.com/FasterXML/jackson-core/issues/489, as the issue actually belonged here* Both `SortedMap` and `TreeMap` can be deserialised, but by default use no special comparator is provided (i.e. natural order is used)....
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug The problem is as follows: - I want to write to...