Public Vars

Back

read-attributes (clj)

(source)

function

(read-attributes path attributes) (read-attributes path attributes {:keys [:nofollow-links :key-fn], :as opts})
Same as `read-attributes*` but turns attributes into a map and keywordizes keys. Keywordizing can be changed by passing a :key-fn in the options map.

Examples