callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.8k stars 878 forks source link

[Feature Suggestion] If a JSON value contains another json doc, it would be great if it can displayed after unescaping #170

Open dgorti opened 3 years ago

dgorti commented 3 years ago

These days i see more of JSON returned with a value that is another json doc, but escaped. It is a pain because you need to unescape and then parse the unescaped json It would be great if the displayed HTML can contain a button or something that unescapes and parses the JSON Thanks