Any powerful kotlin json parsing library
# android
t
Any powerful kotlin json parsing library
d
thatsmoodi: Is there anything in particular you are looking for? Regular Android-Java parsing libraries work fine (Gson, Jackson, etc.)
t
Gson and Jackson are fine. Im looking for Kotlin wrapper made on these libraries. Because Kotlin saves great time with extension infix functions so Im looking for any powerful Json parser made in Kotlin
d
https://github.com/FasterXML/jackson-module-kotlin might be what you are looking for, I don’t know of any other libraries, but they might be out there.
t
wow nice Thanks man 😄