Is there any way to marshal Kotlin list of pairs a...
# announcements
h
Is there any way to marshal Kotlin list of pairs as json object with each pair being key, value ?
k
Most JSON libraries support a way to add custom (de)serializers for certain classes, so yes.