-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Boolean value #32
Comments
OK, not sure anymore why this is, but on my fork it works:
While on origin/master it does indeed come out empty for the bools:
Update: It's strange, I've looked through the diff again and I haven't yet found where the bug comes from. @softvar: would you agree that the code snippets above should become unit tests? |
It seems the problem exists in live demo version. If the live demo version is fixed, it is quite handy. |
@thBoo Thanks for letting me know. The demo was using an older version of @muellermichel #31 is not related to this issue but I'll surely gonna review it. |
I c. Strangely enough I was able to reproduce OP's issue in what I thought was the latest master. Maybe my master wasn't up to date locally. |
I found this tool quite useful.
Only problem I have is it doesn't convert Boolean value, casting empty.
For example, I tried this json code in JSON Editor Online and it properly shows what I expected.
However, when I used this tool, it doesn't show any Boolen value.
The text was updated successfully, but these errors were encountered: