Top 4 Kotlin Jackson Projects
-
JsonToKotlinClass
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
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
-
jackson-module-kotlin
Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
strictNullCheck option in the Kotlin module doesn't cover non-object-field situations at all. https://github.com/FasterXML/jackson-module-kotlin/issues/479
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
I think this is the client library you're looking for
-
Kotlin Jackson related posts
Index
What are some of the best open-source Jackson projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | JsonToKotlinClass | 2,876 |
2 | jackson-module-kotlin | 1,038 |
3 | gotrue-kt | 18 |
4 | spring-boot-examples | 9 |