specter 2022-06-16

#jet v0.2.18 now supports specter:

$ echo '{:a {:a 1}}' | jet -t '(s/transform [s/MAP-VALS s/MAP-VALS] inc)'
{:a {:a 2}}

😎 2