Open nelsonic opened 8 years ago
Are we looking for only JSON? Or JSON contained in a page?
@ryanpcmcquen good question! I think as a start we can go for content-type
or MIME
of application/javascript
to avoid parsing every page people visit (and slowing down the browsing experience) ... but we could optionally have a method to find JSON on the page...
Can we build a simple chrome extension that detects when the page contains JSON and formats it accordingly? https://github.com/callumlocke/json-formatter prefer the formatter used on here: https://jsonformatter.curiousconcept.com/