Everything about json manipulation
Everything about json manipulation
(read-file filepath)
Reads a file which name is filepath
Returns map with keys :raw-content, :json if file can be read. Otherwise :exception and :invalid? set to true
Reads a file which name is `filepath` Returns map with keys :raw-content, :json if file can be read. Otherwise :exception and :invalid? set to true
(write-file filename content)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close