Is there any movement on plans for GADTs. Or is th...
# announcements
s
Is there any movement on plans for GADTs. Or is there a better way of representing lets say an unknown json payload Map<String, Any?> where Any? can recursively be Map<>, String, Integer, Float, Boolean etc..
k
For now you need sealed classes.