(->csv rows)
Simple CSV generator for a list of lists
Simple CSV generator for a list of lists
(->edn v)
Convenience. Convert the form to EDN
Convenience. Convert the form to EDN
(->filename name)
(->filename name ext)
Sanatize string into valid filename
Sanatize string into valid filename
(->json v)
Convert the clj data structure to JSON. Note: this transition may be lossy since some clj data types (keywords) have no JSON equivalent.
Convert the clj data structure to JSON. Note: this transition may be lossy since some clj data types (keywords) have no JSON equivalent.
(->transit data)
Convert data into transit string
Convert data into transit string
(->uuid-or-nil uuid-str)
Parse a string into a UUID or return nil if it's not a vlid UUID format
Parse a string into a UUID or return nil if it's not a vlid UUID format
(<-edn s)
Convenience. Convert the EDN string to a Clojure form
Convenience. Convert the EDN string to a Clojure form
(<-json v)
Convert JSON into clj data structure.
Convert JSON into clj data structure.
(<-json-kw v)
Convert JSON into clj data structure with all keys as keywords
Convert JSON into clj data structure with all keys as keywords
(<-transit transit-str)
Convert transit string into data
Convert transit string into data
(index-by-id entities)
Give a list of entities with unique :id's, return a map with the ids as keys and the entities as values
Give a list of entities with unique :id's, return a map with the ids as keys and the entities as values
(keywordize-kind entity)
Makes sure and entity has the keyword as the value of :kind
Makes sure and entity has the keyword as the value of :kind
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close