question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.

{
  "Example": {
    "HF": {
        "before": true,
        "after": false
    }
  }
}

However, when I used this tool, it doesn’t show any Boolen value.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
thBoo39commented, Jan 16, 2018

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.

0reactions
muellermichelcommented, Jan 27, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found