Schema-tools Api Documentation

Version: 0.9.0

schema-tools.util

dissoc-in

(dissoc-in m [k & ks])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

map-keys

(map-keys f m)

path-vals

(path-vals m)(path-vals m fk)

Returns vector of tuples containing path vector to the value and the value.