is there a way to parse a json string into a Map u...
# serialization
t
is there a way to parse a json string into a Map using kotlinx.serialization?
(if i dont know the content or structure...)
s
Deserialize to
JsonObject
t
thanks!