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
Uh oh!
There was an error while loading. Please reload this page.
-
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
Seqof objects. UseasI 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