-
Notifications
You must be signed in to change notification settings - Fork 108
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
anchor in sequence dereferenced in a map fail, replaced by a scalar. #268
Comments
Thanks for reporting, and sorry for the late reply. Can you clarify exactly what you had as the result in |
From this code :
output is: |
I see. I will have to look at the situation; expect some time before this gets fixed. |
No problem for me. |
I was using the library in order to parse a yaml to json.
I had this yaml as input :
Strangely instead of "{"ATree" : "bar"} in the last map i had "bar" in the json emitted document.
my code:
Putting " - bar: &bar bar" in the first line of the yaml did the trick. But i believe this may be a bug.
Thanks for the library by the way !
The text was updated successfully, but these errors were encountered: