Skip to content
New issue

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

Dash Without Space in Keys Treated as List Item #12

Open
Mohido opened this issue Feb 25, 2025 · 0 comments
Open

Dash Without Space in Keys Treated as List Item #12

Mohido opened this issue Feb 25, 2025 · 0 comments

Comments

@Mohido
Copy link
Owner

Mohido commented Feb 25, 2025

Summar

The library thinks that every dash comes in the beginning will define a list item.

Problem

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.

Expected

-hello is treated as a normal key and can be gotten by yamlObject["-hello"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant