# comparison
2 posts
JSON Parsing in Kotlin — Which Library Should You Use?
A side-by-side comparison of org.json, Gson, Moshi, Kotlin Serialization, and Jackson for JSON parsing in Kotlin.
Kotlin
JSON Parsing in Java — Which Library Should You Use?
A side-by-side comparison of org.json, Gson, Moshi, and Jackson for JSON parsing in Java — with recommendations for Android, backend, and new projects.
Java