Liking cljdoc? Tell your friends :D

c3kit.apron.utilc


->csvclj/s

(->csv rows)

Simple CSV generator for a list of lists

Simple CSV generator for a list of lists
raw docstring

->ednclj/s

(->edn v)

Convenience. Convert the form to EDN

Convenience.  Convert the form to EDN
raw docstring

->filenameclj/s

(->filename name)
(->filename name ext)

Sanatize string into valid filename

Sanatize string into valid filename
raw docstring

->jsonclj/s

(->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.
raw docstring

->transitclj/s

(->transit data)
(->transit type opts data)

Convert data into transit string

Convert data into transit string
raw docstring

->uuid-or-nilclj/s

(->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
raw docstring

<-ednclj/s

(<-edn s)

Convenience. Convert the EDN string to a Clojure form

Convenience.  Convert the EDN string to a Clojure form
raw docstring

<-jsonclj/s

(<-json v)

Convert JSON into clj data structure.

Convert JSON into clj data structure.
raw docstring

<-json-kwclj/s

(<-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
raw docstring

<-transitclj/s

(<-transit transit-str)
(<-transit type opts transit-str)

Convert transit string into data

Convert transit string into data
raw docstring

cell->csvclj/s

(cell->csv cell)

index-by-idclj/s

(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
raw docstring

keywordize-kindclj/s

(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
raw docstring

row->csvclj/s

(row->csv row)

transit-readercljs


transit-writercljs

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

× close