did someone meet the issue with length of params? ...
# ktor
e
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
Are you using Jackson?
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