We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library thinks that every dash comes in the beginning will define a list item.
hello: This is ok -hello: This is also ok
^ This will throw an exception. Because the library thinks this line defines a list item without a parent node.
-hello is treated as a normal key and can be gotten by yamlObject["-hello"]
-hello
yamlObject["-hello"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summar
The library thinks that every dash comes in the beginning will define a list item.
Problem
^ This will throw an exception. Because the library thinks this line defines a list item without a parent node.
Expected
-hello
is treated as a normal key and can be gotten byyamlObject["-hello"]
The text was updated successfully, but these errors were encountered: