(preserve-kebab-case m)
Recursively convert map keywords to kebab-case strings, to avoid automatic camelCase conversion. This is useful for servers when the client expects Clojure style JSON, or when a map needs to be round-tripped from the server to the client and back without case changes.
Recursively convert map keywords to kebab-case strings, to avoid automatic camelCase conversion. This is useful for servers when the client expects Clojure style JSON, or when a map needs to be round-tripped from the server to the client and back without case changes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close