Colleagues, any idea why serializer stumbles upon ...
# serialization
a
Colleagues, any idea why serializer stumbles upon this valid JSON?
coerceInputValues
is true. (offset 22 is begin of first null)
Copy code
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 22: Expected end of the array or comma
JSON input: {"rows":[["Connected",null,null,null,null,null,null,.....
Well it happens not only with nulls but true or false :/
Finally hat to switch to using JsonElements to get it working