tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.34k stars 685 forks source link

Spaces lost in plain string #152

Closed alexbowers closed 7 years ago

alexbowers commented 7 years ago

IF i am outputting json such as

json_encode("This is a string");

The output looks like:

image

Where the raw output is:

"This is a string"
alexbowers commented 7 years ago

bump

adius commented 7 years ago

This is really annoying =(