Is there a Kotlin multiplatform JSON library with ...
# multiplatform
j
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.
j
Thank you! I feel like I knew I'd seen something with Kotlinx-serialization, but couldn't recall where it was.
518 Views