jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)

Results 352 jackson-databind issues
Sort by recently updated
recently updated
newest added

*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...

2.18