``` val decemeber: JsonArray<String>? = json...
# android
r
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.