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.3k stars 675 forks source link

Object keys should be checked for URLs also #290

Open jribbens opened 3 years ago

jribbens commented 3 years ago

In JSON like { "https://example.com/": "https://example.org/" } both of the URLs should be detected, not just the second one.