JSON → Kotlin data class
Drop in a JSON sample, get an idiomatic Kotlin data class annotated with @Serializable for kotlinx.serialization. Nested objects become their own types.
json sample
kotlin
0 classes0 fields0 ms infer
Drop in a JSON sample, get an idiomatic Kotlin data class annotated with @Serializable for kotlinx.serialization. Nested objects become their own types.