Contains I/O related functions.
Contains I/O related functions.
(load-edn filename)
Returns the data from the file named filename
.
Returns the data from the file named `filename`.
(load-edn-from-resource filename)
Returns the data from the resource named filename
.
Returns the data from the resource named `filename`.
(write-json filename data)
Writes the data as JSON to filename
.
Writes the data as JSON to `filename`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close