@tsulej has joined the channel
Hi there. Anyone knows how to generate the following yaml using clj-yaml.core/generate-string ?
filter:
- nutshellAnswering myself:
(yaml/generate-string (yaml/parse-string "filter:
- nutshell") :dumper-options {:indent 4 :indicator-indent 2 :flow-style :block})@tsulej fyi: there is also #clj-yaml for clj-yaml specific questions.