lancepantz / clj-yaml

YAML encoding and decoding for Clojure via SnakeYAML
Other
91 stars 52 forks source link

added support for multiple YAML docs into one string #24

Open giatorta opened 9 years ago

giatorta commented 9 years ago

SnakeYAML allows to parse strings containing more than one YAML doc through the loadAll method. Added a parse-all-string function to wrap the feature for clj-yaml users.