specter

Latest version: 1.1.3
jsa-aerial 2018-06-13T22:55:29.000177Z

Example:

(xform [(list :a :b) {:a :b, :c [1 2 3 :b {:x 10 :y :b}]}]
       {:b 77, :x :xxx})

jsa-aerial 2018-06-13T22:56:05.000208Z

=> [(:a 77) {:a 77, :c [1 2 3 77 {:xxx 10, :y 77}]}]