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.29k stars 672 forks source link

Fix empty strings being treated as URLs #307

Open ivanistuk opened 2 years ago

ivanistuk commented 2 years ago

Adds a check to see if text is empty before making it a link.

Fixes #279.