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

parsing json fails #76

Open
rbakker opened this issue Jul 11, 2019 · 1 comment
Open

parsing json fails #76

rbakker opened this issue Jul 11, 2019 · 1 comment

Comments

@rbakker
Copy link

rbakker commented Jul 11, 2019

When I use spyc_load() to parse this json (which is also yaml):

{
"x": 1
}

and do a json_encode() to the result, I get

[
{
"x": 1
},
"}"
]

That doesn't seem right. Tried versions 0.6.2 and 0.5.1.

@pwkip
Copy link

pwkip commented Nov 1, 2019

I can confirm that parsing json is not working.

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

2 participants