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.31k stars 678 forks source link

It could have an input feature of json and display in a new tab the input value #243

Closed henriqueweiand closed 4 years ago

henriqueweiand commented 4 years ago

It could have a feature of inputting json and visualizing in a new tab the value entered in this way would be useful for those who are implementing and want to see the values in a better way. I trust that I use some websites for this function.

tulios commented 4 years ago

This already exists, it's the scratch pad. Go to the address bar, type json-viewer scratch then paste the text and hit enter, it will open a new tab where you can change and reformat any value

henriqueweiand commented 4 years ago

nice!