Popularity
2.7
Stable
Activity
0.0
Stable
143
1
11

Description

Intellij Idea, Android Studio plugin.

Plugin generates Kotlin data classes from JSON text. It can find inner classes in nested JSON. You can disable undesirable fields in class, change field name, set it type to optional, specify default value and add annotations for popular json libraries.

Features:

• json highlight and validation • nested json parsing • var/val support • default value support • generation to single file • annotations for Gson, Moshi, Jackson

Programming language: Java
License: MIT License
Tags: Kotlin     Framework     Android     Plugin     Intellij IDEA / Android Studio     JSON     Gson    

JSONToKotlinClass alternatives and similar packages

Based on the "Plugin" category.
Alternatively, view JSONToKotlinClass alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of JSONToKotlinClass or a related project?

Add another 'Plugin' Package

README

JSONToKotlinClass

Intellij Idea, Android Studio plugin.

Android Arsenal

Plugin generates Kotlin data classes from JSON text. It can find inner classes in nested JSON. You can disable undesirable fields in class, change field name, set it type to optional, specify default value and add annotations for popular json libraries.

Features:

• json highlight and validation • nested json parsing • var/val support • default value support • generation to single file • annotations for Gson, Moshi, Jackson

Download

You can install it from plugin repository

How to use

Right click on package -> Generate class from JSON -> Copy json, type class name -> Check field names and types -> Generate

License

MIT License

Copyright (c) 2017 Mighty16


*Note that all licence references and agreements mentioned in the JSONToKotlinClass README section above are relevant to that project's source code only.