tmp-json-parsing

dmbennett 2016-06-02T19:19:01.000111Z

@gowder that absolutely worked

dmbennett 2016-06-02T19:19:19.000112Z

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

dmbennett 2016-06-02T19:20:23.000113Z

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

dmbennett 2016-06-02T19:21:01.000114Z

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

gowder 2016-06-02T20:43:34.000118Z

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