JSONToKotlinClass icon indicating copy to clipboard operation
JSONToKotlinClass copied to clipboard

Intellij Idea, Android Studio plugin for generating Kotlin data classes from JSON. Helps to avoid writing boilerplate code for model classes. Supports annotations for Gson, Moshi, Jackson.

Results 3 JSONToKotlinClass issues
Sort by recently updated
recently updated
newest added

If you have a json with numbers in keys like this: `"url16": "https://...", "url48": "https://..."` JSONToKotlinClass removed these numbers and the resulted class looked like this: `data class Icon(val url:...

Hi, is there any way to disable set every field with default value(such as val someInt=0, val strField=""), maybe without it will be neater.

y: java.lang.ClassNotFoundException: org.json.JSONException PluginClassLoader[com.mighty16.json.kotlin.class, 0.9.6] com.intellij.ide.plugins.cl.PluginClassLoader@16da654d at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:115)