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.
(->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 _).
(normalize-keys-deep data)Recursively normalize all map keys to snake_case.
Recursively normalize all map keys to snake_case.
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 |