We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems PR 209(Add support for easier YAML loading.) does not support multiple resources in one yaml file (separated by ---), which is quite common in daily use.
---
I guess using snakeyaml.Yaml.loadAll() would be a quick fix, but it conflicts with your current api. So do you get any plan for this?
snakeyaml.Yaml.loadAll()
Thanks.
The text was updated successfully, but these errors were encountered:
I'd be ok if someone wanted to add:
List<Object> loadAll(Reader input)
method to the Yaml class.
Yaml
Sorry, something went wrong.
This was fixed by #256
No branches or pull requests
Seems PR 209(Add support for easier YAML loading.) does not support multiple resources in one yaml file (separated by
---
), which is quite common in daily use.I guess using
snakeyaml.Yaml.loadAll()
would be a quick fix, but it conflicts with your current api. So do you get any plan for this?Thanks.
The text was updated successfully, but these errors were encountered: