Online Json to Kotlin Converter
Json to Kotlin
Online Json to Kotlin Converter
Convert Json to Kotlin with few steps.First you have to load Json and it will convert and display Kotlin data class model in below area.
This json to kt tool is free utilty service and maps your json to appropiate java model.It will makes working with JSON easier and manageable.
json
public void setA(T a) {
this.a = a;
}
public T getA() {
return a;
}
{
"user_name": "Alex",
"email": "alex@xyz.com",
"name": "Alex Lee"
}