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
Emil Kantis
02/17/2024, 9:51 AM
If you’re working with JSON, I added a feature to help with that in ks3. See the commit for tests showing usage