(read printers app-dir)Returns a map with
:filepath:afilepath:raw-content if file can be read.:invalid? is boolean:exception if something wrong happened.:edn if the translation is succesful.Returns a map with * `:filepath` * `:afilepath` * `:raw-content` if file can be read. * `:invalid?` is boolean * `:exception` if something wrong happened. * `:edn` if the translation is succesful.
(write-edn printers app-dir content)Returns
:filepath as given as a parameter:afilepath file with absolute path:status is :success or :fail:raw-content:exception (only if :status is :fail)Returns * `:filepath` as given as a parameter * `:afilepath` file with absolute path * `:status` is `:success` or `:fail` * `:raw-content` * `:exception` (only if `:status` is `:fail`)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |