Liking cljdoc? Tell your friends :D

bosquet.utils


->snake_case_keywordclj

(->snake_case_keyword k)
source

camel->snakeclj

(camel->snake s)
source

concatvclj

(concatv)
(concatv x)
(concatv x & ys)

Non-lazily concat any number of collections, returning a persistent vector.

Non-lazily concat any number of collections, returning a persistent vector.
sourceraw docstring

flattenxclj

(flattenx coll)

Flatten a nested collection

Flatten a nested collection
sourceraw docstring

join-collclj

(join-coll content)
source

join-linesclj

(join-lines & lines)
source

kebab->snakeclj

(kebab->snake s)
source

log-callclj

(log-call url params)
source

mergexclj

(mergex & maps)

Merge maps filtering nil values

Merge maps filtering nil values
sourceraw docstring

nowclj

(now)
source

ppclj

(pp x)
source

pp-strclj

(pp-str x)
source

read-edn-fileclj

(read-edn-file file-path)
source

read-jsonclj

(read-json s)

Read JSON from a string keywordizing keys

Read JSON from a string keywordizing keys
sourceraw docstring

rest-service-cbclj

source

safe-subsclj

(safe-subs s start)
(safe-subs s start end)

Substring with safety of going over the max length

Substring with safety of going over the max length
sourceraw docstring

snake-caseclj

(snake-case m)

Snake case keys from :max-tokens to :max_tokens

Snake case keys from `:max-tokens` to `:max_tokens`
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

uuidclj

(uuid)
source

write-jsonclj

(write-json s)

Write JSON to a string

Write JSON to a string
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close