JSON Formatter
p/json-formatter-3
Automatically transform raw JSON into a readable format.
Todd Garland

JSON Formatter — Automatically transform raw JSON into a readable format.

1
When you encounter raw JSON data, it's often just an overwhelming wall of text. Navigating this maze can be tedious and error-prone. But with the enhanced JSON Formatter, you can now visualize, understand, and interact with JSON in ways you never imagined.
Replies
Best
Todd Garland
I built a Chrome plugin last weekend - it was a lot of fun. It's now live in the Chrome web store. It makes viewing raw JSON in the browser a little easier on the eyes. I tried to improve upon the other similar plugins that I have been using for this. Added functionality: - a little color swatch when a hex/rgb/rgba color is detected (could also add hsla and the other formats as well...) - added an image preview when you hover over an image link - added a comment to show a human readable date when a timestamp is detected -supports the machine's preferred mode (dark/light) Give it a whirl and let me know if there's anything I can do to improve it: https://chrome.google.com/websto... Or submit a pull request with your improvements: https://github.com/circlecell/js...