ASUH5 / json-viewer-visual-studio-extension

A tool to format JSON to a friendly view, compare and print formatted results, evaluate JSONPath expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Viewer - Visual Studio Extension

This is a simple Visual Studio extension to view and manipulate JSON. After installation it is available in the main menu: Tools -> JSON Viewer.

Features:

  • ability to open prelminary formatted JSON data from the clipboard
  • ability to open empty temporary JSON file
  • ability to compare two JSON data
  • ability to evaluate JSONPath expressions

Download the latest release from Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=MykolaTarasyuk.JSONViewer

Screenshot 1. Start window.

alt tag

Screenshot 2. A temporary file displaying prelminary formatted JSON data from the clipboard.

alt tag

Screenshot 4. Comparison of JSON data.

alt tag

Screenshot 5. Evaluation of JSONPath expressions.

alt tag

About

A tool to format JSON to a friendly view, compare and print formatted results, evaluate JSONPath expressions

License:MIT License


Languages

Language:C# 100.0%