Fork me on GitHub
#tmp-json-parsing
<
2016-06-02
>
dmbennett19:06:01

@gowder that absolutely worked

dmbennett19:06:19

but I guess I misunderstood part of the problem I’m trying to solve

dmbennett19:06:23

I am now able to return only those entries that have (= :field “status) but the creation date for those entries are before the items at the same level of heirarch

dmbennett19:06:01

any idea on how to grab the :created field only if (= :field “status”)

gowder20:06:34

@dmbennett: keywords are callables, so I think you can just map over the results of the filter with them.