(->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)(->transit type opts 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
(<-hex hex)Convert hex string to an integer
Convert hex string to an integer
(<-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)(<-transit type opts transit-str)Convert transit string into data
Convert transit string into data
(cell->csv cell)(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
(row->csv row)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 |