JsonToKotlinClass VS JSONToKotlinClass

Compare JsonToKotlinClass vs JSONToKotlinClass and see what are their differences.

JsonToKotlinClass

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

JSONToKotlinClass

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. (by Mighty16)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
JsonToKotlinClass JSONToKotlinClass
1 1
2,997 142
- -
2.4 0.0
23 days ago about 3 years ago
Kotlin Java
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

JsonToKotlinClass

Posts with mentions or reviews of JsonToKotlinClass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.
  • 3 Android Studio plugins for productive development
    2 projects | dev.to | 2 Oct 2022
    Another great plugin that helps you generate Kotlin classes out of nothing 🧐. Just kiddin'. If you provide any JSON string/JSONSchema or any URLs that returns a JSON string/JSONSchema as a response you can generate the classes. It saves so much time. But anyway, sometimes you should refactor a bit if you have too much repeating data classes which are redundant. Read more here

JSONToKotlinClass

Posts with mentions or reviews of JSONToKotlinClass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.
  • Help parsing JSON with Retrofit & Moshi
    4 projects | /r/Kotlin | 24 Dec 2021
    Have you ever heard of a Android Studio plugin called "Kotlin Data Class File from JSON?" If not you should check out. It generates your data class for you all you have to do is copy and paste the JSON you need to convert and remember to set the class name you want, and also click the Advanced tab set it to whichever converter you're using (Gson, Moshi, kotlinx.serialization, etc).

What are some alternatives?

When comparing JsonToKotlinClass and JSONToKotlinClass you can also consider the following projects:

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.

OkHttpProfiler Android Studio Plugin - The source code of the plugin https://plugins.jetbrains.com/plugin/11249-okhttp-profiler

ACDD

apf - Android Plugin Framework

android-snapshot-publisher - Gradle plugin to deploy Android Snapshot Versions

Small - A small framework to split app into small parts

Kotgo - Create kotlin android project with one line of command.