https://kotlinlang.org logo
Title
t

thatsmoodi

06/12/2017, 1:01 PM
Any powerful kotlin json parsing library
d

dalexander

06/12/2017, 1:02 PM
thatsmoodi: Is there anything in particular you are looking for? Regular Android-Java parsing libraries work fine (Gson, Jackson, etc.)
t

thatsmoodi

06/12/2017, 1:06 PM
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

dalexander

06/12/2017, 1:08 PM
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

thatsmoodi

06/12/2017, 1:10 PM
wow nice Thanks man 😄