For Deserialization of lists, is it possible that ...
# serialization
v
For Deserialization of lists, is it possible that if an item of the lists fails to deserialize, that item is ignored rather than whole deserialization failing
e
If you’re working with JSON, I added a feature to help with that in ks3. See the commit for tests showing usage
🚀 1
v
@Emil Kantis How to use this with Ktor?