JSON Viewer extension for Visual Studio

While working on a client project I needed a tool to easily compare Json files with. After a short google search I found an extension for Visual Studio called JSON Viewer. I installed the extension and it’s a pretty nice tool for formatting and comparing Json files.

By the way: If you just want to format your Json file you don’t need any additional tool because pressing Ctrl + K + D is enough to fromat your Json file.

You can find the visual studio marketplace site for the extension here: https://marketplace.visualstudio.com/items?itemName=MykolaTarasyuk.JSONViewer