JsonToKotlinClass icon indicating copy to clipboard operation
JsonToKotlinClass copied to clipboard

🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )

Results 57 JsonToKotlinClass issues
Sort by recently updated
recently updated
newest added

If I want to generate code, I must select a JSON file but afterwards have to copy the content anyway. If I have any other file selected and call "New...

In the case when we want to send a class out as a Request, it would be useful to create a constructor with default arguments in some cases, which we...

`enable` is mistyped as `enabel` `.enabelMapType(true)// optional, default : false` should be `.enableMapType(true)// optional, default : false`

I uninstalled and restored the plugin, using all the default Settings. Check the camel Case switch in the Settings is enable, which is on by default. The annotation format is...

Steps to reproduce: Input the following JSON: ```json { "firstTeam": { "hometown": { "name": "Town 1" }, "stats": { "rating": 10 } }, "secondTeam": { "hometown": { "name": "Town 2"...

只要最上面有@JsonClass(generateAdapter = true)就可以了

Document listened registered in JsonInputDialog$createJsonContentEditor holds a reference back to the JsonInputDialog, which holds a reference to the disposed instance of ProjectImpl ``` 55.4MB 1 (root): java.lang.Class(com.intellij.codeWithMe.ClientId) 55.4MB 1 (static):...

How does one generate kotlin data classes from a json schema rather than a json data file? Is there a checkbox I'm missing to specify that the provided json is...

I'm getting this exception when I try to build the project: ``` e: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevel ```