Hi, I have a Json array (<https://derpibooru.org/s...
# klaxon
a
Hi, I have a Json array (https://derpibooru.org/search.json?q=banana) and I'm trying to parse it to a list of objects. I have the class generated from Json already, and here's my Kotlin code: http://hastebin.com/badejiwaqi.kt When I execute it, my app freezes for a second or two, and crashes with https://pastebin.com/KMYV83kb as the error. Apparently ``j`` isn;t a valid character.