Liking cljdoc? Tell your friends :D

synthigy.client.key

Key normalization for the Synthigy client.

Converts kebab-case and camelCase keys to snake_case for the /data endpoint wire format.

Key normalization for the Synthigy client.

Converts kebab-case and camelCase keys to snake_case
for the /data endpoint wire format.
raw docstring

->snake_caseclj/s

(->snake_case k)

Convert a keyword or string to snake_case keyword. Preserves leading underscore/dash prefixes (normalized to _).

Convert a keyword or string to snake_case keyword.
Preserves leading underscore/dash prefixes (normalized to _).
sourceraw docstring

normalize-keys-deepclj/s

(normalize-keys-deep data)

Recursively normalize all map keys to snake_case.

Recursively normalize all map keys to snake_case.
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