automaton-build.os.json
Everything about json manipulation
read-file
(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
write-file
(write-file filename content)