Here is an example of what the API sends me:
# serialization
s
Here is an example of what the API sends me:
r
You can probably use:
Copy code
val jsonMap: Map<String,JsonElement> = Json(JsonConfiguration.Default).parseJson("...").jsonObject.content
s
its working! Thank you very much!!