Join Slack
Powered by
did someone meet the issue with length of params? ...
# ktor
e
egor
03/31/2023, 12:09 PM
did someone meet the issue with length of params? I made an object but the keys were param string length is shorter than 4 chars are ignored
c
CLOVIS
03/31/2023, 12:11 PM
Are you using Jackson?
CLOVIS
03/31/2023, 12:14 PM
Jackson doesn't like names that start with upper-case letters or are too short:
https://github.com/FasterXML/jackson-module-kotlin/issues/92
Other serializers (e.g. KotlinX.Serialization) shouldn't have this problem
4
Views
Open in Slack
Previous
Next