kotlinx.serialization 1.5.0 added support for renaming fields. This would allow using camelCase field names:
https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#150-rc--2023-01-25
This would be a breaking change of course, but I think it would be worth it.
kotlinx.serialization 1.5.0 added support for renaming fields. This would allow using camelCase field names:
https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#150-rc--2023-01-25
This would be a breaking change of course, but I think it would be worth it.