Madis Liias
Madis Liias
Adds support for Multipart upload via http PATCH method. (there's an existing API using PATCH like this, that I need to support) I only copy-pasted same code that was done...
I would like to try out `spr`, but giving an option for other people in my organization to keep using GitHub UI to merge also my pull requests (we use...
Hi, What's the nicest way to conditionally omit a field during serialization? Let's say I have a class: ```kt class MyDTO ( @JSONField(name = "id") id: Int, @JSONField(name = "key")...