https://kotlinlang.org logo
r

rawtoast

11/10/2017, 11:53 AM
Copy code
val decemeber: JsonArray<String>? = json.array<String>("December")
will get you into that block. The JSON structure is a little weird and causes Klaxon to barf (I am used to Jackon, so probably doing it wrong) when accessing the element holding an array.