Fork me on GitHub
#tmp-json-parsing
<
2016-06-03
gowder03:06:26

So you want the map and the :created vector from the map?

gowder03:06:22

That would just be something like (mapv (juxt :created identity) (filter #(= "status" (:field %)) items)) I'm pretty sure rich hickey discovered every conceivable sequence function in his hammock and then stuck it into the language

dmbennett15:06:32

returns all nils

dmbennett15:06:44

I think because items is already filtered to the level of not having created sticking around

dmbennett15:06:06

the place where all the data lives together is (histories)