(clj-keys m)Convert all map keys to kebab-case keywords.
Parameters:
Returns: map with kebab-case keyword keys
Convert all map keys to kebab-case keywords. Parameters: - m: input map Returns: map with kebab-case keyword keys
(format-edn data)Format a Clojure data structure as a pretty-printed EDN string.
Parameters:
Returns: formatted EDN string
Format a Clojure data structure as a pretty-printed EDN string. Parameters: - data: data to format Returns: formatted EDN string
Zprint formatting options for EDN output
Zprint formatting options for EDN output
(save-formatted-edn path data)Save a Clojure data structure as a pretty-printed EDN file.
Parameters:
Returns: the original data
Save a Clojure data structure as a pretty-printed EDN file. Parameters: - path: file path to save the EDN data - data: data to save Returns: the original data
(transform-keys t coll)Recursively transforms all map keys in coll with t.
Recursively transforms all map keys in coll with t.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |