Liking cljdoc? Tell your friends :D

org.soulspace.overarch.util.io

Contains I/O related functions.

Contains I/O related functions.
raw docstring

load-ednclj

(load-edn filename)

Returns the data from the file named filename.

Returns the data from the file named `filename`.
sourceraw docstring

load-edn-from-resourceclj

(load-edn-from-resource filename)

Returns the data from the resource named filename.

Returns the data from the resource named `filename`.
sourceraw docstring

write-jsonclj

(write-json filename data)

Writes the data as JSON to filename.

Writes the data as JSON to `filename`.
sourceraw docstring

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

× close