Json Reader For Mac
I am looking for a JSON viewer for OS X that can:
![Json Reader For Mac Json Reader For Mac](https://i.stack.imgur.com/YjV8s.png)
JSON Editor is a must-have editor for JSON data. In a clean, uncluttered and user-friendly interface, it allows you to quickly create, visualize, modify, validate, format and save your JSON documents. Read reviews, compare customer ratings, see screenshots, and learn more about JSON Editor. Download JSON Editor for macOS 10.11 or later and enjoy it on your Mac. JSON Editor is a must-have editor for JSON data. In a clean, uncluttered and user-friendly interface, it allows you to quickly create, visualize, modify, validate, format.
- open decently large files (e.g. > 10 MB), unlike the JSON Editor Eclipse Plugin (take over 1 minute to generate the treeview for a 500 KB JSON file) and Json Tools Eclipse Plugin (no outline generated if file is more than a few MBs but otherwise great and fast)
- has a decently responsive UI, unlike JSON Viewer for Windows
- can collapse/expand a given level (treeview / outline)
- works off-line
Ideally:
- tabs
- gratis
- can edit JSON data
- displays the filename somewhere, unlike JSON Viewer for Windows
- provide some statistics on the JSON content
3 Answers
Jsoneditor is a browser-based editor that you can deploy locally or use the ad-sponsored online version provided by the author. It's handy for small JSON files, and I find it the easiest and most feature-full. It will highlight broken json, but it's not a 100% compatible validators like https://jsonlint.com/ because, for example, it treats raw tabs as valid within strings although this is not allowed by the JSON spec.
JSONMate seems to be a usable open-source project with an online editor which probably won't be able to handle large files, but you can fork it on github, adapt to your needs and run it locally.
Intellij Idea and derivatives have decent JSON support but large files take time to load.
SublimeText is also usable for JSON if you install the plugins for beautifying and extra features.
For windows XMLMarker does a good job as an XML and JSON visualizer, but the last version which added JSON support is a limited trial.
Disclaimer: I am not affiliated with any of these tools and projects.
ccpizzaccpizzaJson Reader For Windows
Checkout Jason, although it appears to be no longer maintained since Osx 10.7, I just opened a JSON in it with Osx 10.11 and it works ok.
Please Note: since it is no longer maintained it is likely going to be unreliable.
Alternatively, I have opted for an online browser-based JSON editor:
It is surprisingly fast, allowing you to browse the tree, search values, edit values, insert values, reorder values, even duplicate values. You can even drag and drop stuff around to really get creative :) Unfortunately, you can't see the filename of the json you are editing, but you can open up new browser tabs for multiple json file editing at once.
I use Brackets editor to browse json files. Works great!
![Reader Reader](https://windows-cdn.softpedia.com/screenshots/B-Mihai-JSON-Viewer_1.png)
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
You must log in to answer this question.
protected by nohillside♦Sep 15 '17 at 20:49
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?