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

Allow new-line and indented map as value of slice #94

Closed
k1LoW opened this issue Mar 7, 2020 · 2 comments · Fixed by #95
Closed

Allow new-line and indented map as value of slice #94

k1LoW opened this issue Mar 7, 2020 · 2 comments · Fixed by #95

Comments

@k1LoW
Copy link
Contributor

k1LoW commented Mar 7, 2020

I want to decode new-line and indented map as value of slice.

like follows

a:
-
  b: d
  c: e
-
  b: f
  c: g
go-yaml/yaml goccy/go-yaml v1.4.1
decode can decode error
play.golang.org here here

I have tried this problem but have not solved it yet ... so I first register this issue.

@goccy
Copy link
Owner

goccy commented Mar 7, 2020

Maybe, I fixed this issue with #95 .
Also, I released this fixing as v1.4.2 .

Thanks !!

@k1LoW
Copy link
Contributor Author

k1LoW commented Mar 7, 2020

!!!!!!!!
Thank you @goccy !!!!

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

Successfully merging a pull request may close this issue.

2 participants