The two main functions are parse-odm-file and unparse-odm-file.
The two main functions are parse-odm-file and unparse-odm-file.
(conformer f unf & {:keys [gen]})
Like s/conformer but takes an optional gen.
Can be removed when CLJ-1985 is resolved.
Like s/conformer but takes an optional gen. Can be removed when CLJ-1985 is resolved.
(for-map* [sym coll] key-expr val-expr)
Like for-map but returns nil instead of empty maps.
Like for-map but returns nil instead of empty maps.
(parse-odm-file odm-file)
Parses a ODM file from its root element.
Throws an exception with :type ::validation-error and other keys like :element :value and :error in ex-data.
Parses a ODM file from its root element. Throws an exception with :type ::validation-error and other keys like :element :value and :error in ex-data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close