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.

local
json sample0 chars
kotlin-
0 classes0 fields0 ms infer

Same JSON, other targets