Skip to content

Commit dc77f65

Browse files
committed
update readme
1 parent 6d5711b commit dc77f65

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# JsonViewer介绍
2-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://mit-license.org/)
2+
[![Apache 2.0 Licensed](https://img.shields.io/badge/License-Apache2.0-blue.svg?style=flat)](https://opensource.org/licenses/Apache-2.0)
33

44
JsonViewer是一个.net平台下的json数据查看器,最早在[CodePlex](http://jsonviewer.codeplex.com/)开源,它包含了3个组件
55
1. 一个独立的winform查看器--JsonView.exe
66
2. Fiddler 2(http://www.fiddler2.com/)的插件 - FiddlerJsonViewer.dll
7-
3. Visual Studio 2005 - JsonVisualizer.dll的可视化程序
8-
9-
10-
## 问题
11-
由于JsonViewer开源时间较早,当时使用的是json类库是基于.net2.0的1.1.1.0版本。最近在自己项目想使用这个类库的时候,发现与项目默认使用基于.net4.0的json类库有冲突,所以clone了代码,将引用的类库更新到
12-
基于.net 4.0的较新版本。
7+
3. Visual Studio 2019 - JsonVisualizer.dll的可视化程序
138

149
## 感谢
1510
再次感谢JsonViewer的原作者[eyalp](http://www.codeplex.com/site/users/view/eyalp)

0 commit comments

Comments
 (0)