Wraps reading of file content.
Wraps reading of file content.
(load-edn source)
Loads edn file and returns its content.
Loads edn file and returns its content.
(read-csv path)
Reads entire csv file and return values by rows.
Reads entire csv file and return values by rows.
(read-file file-name)
Reads entire text file and returns text by lines.
Reads entire text file and returns text by lines.
(read-xml-file path)
Reads xml file and returns its content.
Reads xml file and returns its content.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close