JsonToKotlinClass
JsonToKotlinClass copied to clipboard
Support delegating fields by map
Is it possible to support https://kotlinlang.org/docs/delegated-properties.html#storing-properties-in-a-map
I think this is doable for any JSON library that supports reading/writing Jason as/from map
Yes, It's possible with Extension https://github.com/wuseal/JsonToKotlinClass/blob/master/doc_for_extensions.md