https://kotlinlang.org logo
Title
a

ayubi

10/11/2017, 2:08 PM
Hello, I am confused between kotson, klaxon, Gson, Jackson with Kotlin module for parsing JSON in Kotlin. Is there any recommendation/standard, usability issues. Asking for a new project. Where my JSON string might have missing data and I want to use immutable data classes. Anything I should consider before going with any one of those? Any comparisons? Performance issues? Any help would be appreciated. This looks like the right forum to ask.
k

karelpeeters

10/11/2017, 3:31 PM
JSON.nonStrict
from kotlinx.serialisation might work for your use case.