Hmm, I just realized I have a snag. I've got JSON...
# klaxon
m
Hmm, I just realized I have a snag. I've got JSON objects which have arrays, but instead of
"foo" : ["a", "b", "c"]
it's
"foo_0" : "a", "foo_1" : "b'" "foo_2" : "c"
and so on. What's going to be the easiest way of dealing with this?