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

Bonjour, your plugin is fantastic, what a waste of time it seems now to have written the data classes manually! I have a request: If my json contains a null...

enhancement
awesome advice

10倍速度提升 https://github.com/NBXXF/gson_plugin

Hi, thnx for the plugin! Even though Json values might be < `Integer.MAX_VALUE` we more often use Long rather then Int. To name few use cases: timestamps, ids, money values....

When generating class for json with movies as one of the parameters, it incorrectly creates a class named movy. Probably an attempt to get the singular form of movies. To...

If the generator encounters `oneOf` or similar, then it will drop everything from that point. I expect it to still produce the rest of the classes, so I can fill...

添加自定义文件头, 再写一些项目的时候, 需要在文件最上面写上文件头, 但是这个插件生成的数据类不会自动写文件头, 数据类多的话手动添加也比较麻烦

Generating a class that already exists in a project make the latest Inellij IDEA freeze.

Hello, I used to use this plugin by letting it generate all models in one kotlin file, which worked great until I had to serialise a json that contains multiple...

Hello, I noticed that if I generate a model with all inner classes in the same file, and configured to initialise with null everything that is nullable, the plugin works...