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
JSONToKotlinClass alternatives and similar packages
Based on the "Plugin" category.
Alternatively, view JSONToKotlinClass alternatives based on common mentions on social networks and blogs.
-
JsonToKotlinClass
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin ) -
AndroidDynamicLoader
A plugin system that runs like a browser, but instead of load web pages, it load apk plugins which runs natively on Android system. -
ACDD
ACDD,Android Component Dynamic Deployment(plugin) Solution,if any question,send me e-mail Solution -
OkHttpProfiler
Android part of the Android Studio(IntellijIDEA) OkHttp Profiler plugin -
android-snapshot-publisher
Gradle plugin to deploy Android Snapshot Versions -
OkHttpProfiler Android Studio Plugin
The source code of the plugin https://plugins.jetbrains.com/plugin/11249-okhttp-profiler
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of JSONToKotlinClass or a related project?
README
JSONToKotlinClass
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
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.