Hi, is anyone aware of the memory leaks in iOS whe...
# serialization
a
Hi, is anyone aware of the memory leaks in iOS when using
Json.encodeToString()
or
Json.decodeFromString()
for
JsonObject
? Is there a reason why this exists but I wish I can have more details so we can see how to mitigate this issue in our current builds. Any workaround to deallocate or what to avoid. There's a current issue open here: https://github.com/Kotlin/kotlinx.serialization/issues/1274