Join Slack
Powered by
Is there a Kotlin multiplatform JSON library with ...
# multiplatform
j
Jeff Lockhart
06/28/2022, 4:56 AM
Is there a Kotlin multiplatform JSON library with JSON primitives similar to JVM's
org.json
(
JSONObject
,
JSONArray
, etc.)? I'm looking to adapt some test code which traverses these JSON primitive types.
e
ephemient
06/28/2022, 5:48 AM
https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-element/index.html
j
Jeff Lockhart
06/28/2022, 2:37 PM
Thank you! I feel like I knew I'd seen something with Kotlinx-serialization, but couldn't recall where it was.
518
Views
Open in Slack
Previous
Next