adamko-dev/kotlinx-serialization-typescript-generator

Support Maps with complex keys

aSemy opened this issue · 0 comments

aSemy commented

Follow-up to #2

JSON format does not natively support the concept of a map with structured keys

https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/json.md#allowing-structured-map-keys

Can the workaround provided by KXS be supported by this project?