Skip to main content

JSON Viewer

Made a simple extension to Visual Studio to view JSON data in a more user-friendly format.
Source code and binaries to download are here: https://github.com/marss19/json-viewer-visual-studio-extension.
After installation the viewer is available in the main menu: Tools -> JSON Viewer.
Applicable to VS 2012 and 2013. Please note that custom VS extensions cannot be installed into Express editions of Visual Studio due to a Microsoft policy.

UPDATE
The source code has been migrated to GitHub: https://github.com/marss19/json-viewer-visual-studio-extension
The latest release is available for download in Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=MykolaTarasyuk.JSONViewer

Comments