Liking cljdoc? Tell your friends :D

cli-matic.presets

### Known presets


raw docstring

asDecodedEdnFileclj/s

(asDecodedEdnFile filename)

Decodes the contents of a file as a JSON object.

Decodes the contents of a file as a JSON object.
sourceraw docstring

asDecodedEdnValueclj/s

(asDecodedEdnValue s)

Decodes the value as an EDN structure.

Decodes the value as an EDN structure.
sourceraw docstring

asDecodedJsonFileclj/s

(asDecodedJsonFile filename)

Decodes the contents of a file as a JSON object.

Decodes the contents of a file as a JSON object.
sourceraw docstring

asDecodedJsonValueclj/s

(asDecodedJsonValue s)

Decodes the value as a JSON object.

Decodes the value as a JSON object.
sourceraw docstring

asDecodedYamlFileclj/s

(asDecodedYamlFile filename)

Decodes the contents of a file as a JSON object.

Decodes the contents of a file as a JSON object.
sourceraw docstring

asDecodedYamlValueclj/s

(asDecodedYamlValue s)

Decodes the value as a YAML object.

Decodes the value as a YAML object.
sourceraw docstring

asKeywordclj/s

(asKeyword s)
source

asLinesStringclj/s

(asLinesString filename)

Reads a text file and returns it as a collection of lines.

Reads a text file and returns it as a collection of lines.
sourceraw docstring

asSingleStringclj/s

(asSingleString filename)

Turns a filename into a single string.

If argument is a String, it tries to resolve it first as a URI, then as a local file name. URIs with a 'file' protocol are converted to local file names.

Turns a filename into a single string.

 If argument is a String, it tries to resolve it first as a URI, then
as a local file name.  URIs with a 'file' protocol are converted to
local file names.

 
sourceraw docstring

known-presetsclj/s

source

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

× close