tmp-json-parsing

bwstearns 2016-05-29T00:46:06.000082Z

so go to a repl and run (doc first)

bwstearns 2016-05-29T00:48:26.000083Z

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

bwstearns 2016-05-29T00:55:05.000084Z

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

bwstearns 2016-05-29T00:55:53.000085Z

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

bwstearns 2016-05-29T00:57:14.000086Z

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.

bwstearns 2016-05-29T00:58:15.000087Z

@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