And even easier, with Safari 5: https://github.com/rfletcher/safari-json-formatter
Answer from John Bachir on Stack OverflowVideos
And even easier, with Safari 5: https://github.com/rfletcher/safari-json-formatter
I've created a new extension compatible with apple's new publishing rules.
https://apps.apple.com/app/advanced-json-viewer/id6739271287
I recently made a JSON viewer for safari called JSONAce, you can download it here: https://github.com/acrogenesis/JSONAce
Apple Extensions link
Swift Programmers: Do you have a preferred JSON formatting extension for Safari or do you just use Chrome? I'd like something that formats & offers expansion triangles for exposing/hiding parts of the JSON. Thanks for recommendations!
In Chrome use JSONView or Firefox use JSONView
If you don't want to install extensions, you can simply prepend the URL with view-source:, e.g. view-source:http://content.dimestore.com/prod/survey_data/4535/4535.json. This usually works in Firefox and Chrome (will still offer to download the file however if Content-Disposition: attachment header is present).