Casey Brooks
03/26/2019, 4:14 PMgildor
03/26/2019, 11:35 PMgildor
03/26/2019, 11:37 PMCasey Brooks
03/27/2019, 12:26 AMMap<String, Any>
, List<Any>
, or a primitive. Basically, I want to get back the equivalent of JsonElement
but without the wrapper classes, just the nested values of the elements https://github.com/Kotlin/kotlinx.serialization/blob/master/runtime/common/src/main/kotlin/kotlinx/serialization/json/JsonElement.ktCasey Brooks
03/27/2019, 12:28 AMnew JSONObject(json).toMap()
, I’m wanting an equivalent method here