Boolean value
See original GitHub issueI 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.
{
"Example": {
"HF": {
"before": true,
"after": false
}
}
}
However, when I used this tool, it doesn’t show any Boolen value.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Boolean data type - Wikipedia
In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true...
Read more >What Is a Boolean Data Type, and What Are Some Uses?
A Boolean value is used to create conditions and control how a program behaves when certain things happen (e.g. if a condition is...
Read more >Boolean - JavaScript - MDN Web Docs
The Boolean object represents a truth value: true or false.
Read more >Java Booleans - W3Schools
For this, Java has a boolean data type, which can store true or false values. Boolean Values. A boolean type is declared with...
Read more >4.9 — Boolean values - Learn C++
Boolean variables are variables that can have only two possible values: true, and false. To declare a Boolean variable, we use the keyword...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems the problem exists in live demo version. I installed the json2html v1.2.1 through pip. The converted html shows the Boolean value.
If the live demo version is fixed, it is quite handy.
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.