debug-quick-look icon indicating copy to clipboard operation
debug-quick-look copied to clipboard

If JSON array value is boolean it displays as empty

Open afragen opened this issue 7 years ago • 0 comments

In the rewrite, a JSON array value that is a Boolean true or false displays as empty.

I think this is due to the esc_html(). I might be necessary to actively replace true and false with ’true’ and ’false’.

I’ll see if I can figure out a PR.

afragen avatar Aug 18 '18 15:08 afragen