# JsonViewer **Repository Path**: bonn_admin/JsonViewer ## Basic Information - **Project Name**: JsonViewer - **Description**: c#开发的windows的jsonview查看器,格式化工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2021-04-07 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: json-tools **Tags**: None ## README 功能截图 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0407/134808_bc4a6d67_1355889.png "屏幕截图.png") 将项目升级为vs2017 FiddlerJsonViewer项目编译报错,暂移除。重点是使用JsonView JsonView 由.net2.0升级为.net4.6.1 改进功能说明: 1、简化操作,界面进行调整,所有操作放在一个界面上。 2、在格式化树右键菜单增加 copy key功能,可以复制json字段名(原版本不支持)。 3、【重要】增加了历史json记忆功能。 The JSON View package is a set of 3 viewers available in the following flavors: 1) A standalone viewer - JsonView.exe 2) A plugin for Fiddler 2 (http://www.fiddler2.com/) - FiddlerJsonViewer.dll 3) A visualizer for Viusal Studio 2005 - JsonVisualizer.dll The viewer supports plugins to allow you to customize the way JSON objects are displayed. Sample plugins are provided within the source. Installation ============ The archive contains the following directories: \JsonView \Fiddler \Visualizer - To use the standalone viewer, run JsonView.exe from \JsonView - To use the Fiddler2 plugin, copy the files from the \Fiddler directory to fiddler's \Inspectors directory and add the following to the section of the fiddler.exe.config: - To use the Visual Studio Visualizer, copy the JsonVisualizer.dll to the Visual Studio Visualizers directory (usually under \My Documents\Visual Studio 2005\Visualizers) and copy the following files to the IDE directory of Visual Studio (Where devenv.exe is located - \Common7\IDE): - JsonViewer.dll - JsonViewer.dll.config - Newtonsoft.Json.dll