Hello, everyone! I ask this question in #multiplatform and #kotlin-native channels and was redirected here.
I want to know when it will be possible to work with Json as with map (maybe it possible now for multiplatform projects)
kotlinx.serialization serialize json to class. Is good when your Json has defined structure. But for cases when json keys is dynamically generated we need a way to parse json to some special Json class and work with in like with map. Get keys, getJsonObject for key or getJsonArrray for key and etc.