How to parse multiple yaml documents in a single file? #224
Unanswered
custommonkey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to parse a single string as multiple yaml documents.
For example in the following script I'd like to be able to return a
Seq
of objects. Useas
I can return the first yaml document, but it's not clear if I can return more that one.output:
Beta Was this translation helpful? Give feedback.
All reactions