Fork me on GitHub
#specter
<
2018-03-19
>
phreed23:03:27

I want to navigate through a data structure having at the top a hash-map. What is the best way to start off a traverse-all into such a structure? (into [] (sr/traverse-all [:foo sr/ALL :bar]) [{:foo [{:bar "one" :baz "two"} {:bar "three" :biz "four"} ] :bing 5}]) Enclosing the object in a vector seems to work. Is that the recommended way to handle this?