Hello, I am confused between kotson, klaxon, Gson,...
# announcements
a
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
JSON.nonStrict
from kotlinx.serialisation might work for your use case.