Fork me on GitHub
#tmp-json-parsing
<
2016-05-29
>
bwstearns00:05:06

so go to a repl and run (doc first)

bwstearns00:05:26

hmm wait, I misunderstood. Let me look for a minute.

bwstearns00:05:05

ok so that looks like it's a sequence? make it a vector and it should work

bwstearns00:05:53

I'm not claiming that it shouldn't work as a seq, but as a vector it does in my repl

bwstearns00:05:14

ok, as a seq it does work for me so I'm not sure why it's not working for you. I would take a look at what (first (first items)) returns.

bwstearns00:05:15

@dmbennett: also ideally you would mung your data such that it wasn't a vec of one item vecs to reduce the odds that something goes wrong between the first and second first calls