Liking cljdoc? Tell your friends :D

org.soulspace.qclojure.adapter.backend.format


->keywordclj

(->keyword k)
source

clj-keysclj

(clj-keys m)

Convert all map keys to kebab-case keywords.

Parameters:

  • m: input map

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
sourceraw docstring

format-ednclj

(format-edn data)

Format a Clojure data structure as a pretty-printed EDN string.

Parameters:

  • data: data to format

Returns: formatted EDN string

Format a Clojure data structure as a pretty-printed EDN string.

Parameters:
- data: data to format

Returns: formatted EDN string
sourceraw docstring

format-optionsclj

Zprint formatting options for EDN output

Zprint formatting options for EDN output
sourceraw docstring

key-word-regexclj

source

save-formatted-ednclj

(save-formatted-edn path 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

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
sourceraw docstring

transform-keysclj

(transform-keys t coll)

Recursively transforms all map keys in coll with t.

Recursively transforms all map keys in coll with t.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close