Skip to content

Commit c0696bc

Browse files
committed
update readme
1 parent 0d848be commit c0696bc

File tree

1 file changed

+27
-61
lines changed

1 file changed

+27
-61
lines changed

README renamed to README.md

Lines changed: 27 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,76 @@
1-
=================
2-
JSONViewer 1.34
3-
by Kapil Ratnani
4-
=================
1+
# JSONViewer 1.40
52

63
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.
74

8-
============
9-
Instructions:
10-
============
5+
## Instructions:
116
1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
127
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
138
3. Open a document containing a JSON string (or paste in some JSON text)
149
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
1510
5. Voila!! If the JSON is valid, it will be shown in a Treeview
1611

17-
==================
18-
Special Thanks to:
19-
==================
20-
Don Ho for Notepad++
21-
Rui Maciel for mjson library
2212

23-
==================
24-
Latest Updates:
25-
==================
13+
## Latest Updates:
2614

27-
-----
28-
1.34
29-
-----
15+
16+
### 1.40
17+
1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
18+
2. issue-56 Format Should Follow Line Break Settings
19+
3. issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
20+
4. issue-68 Crashing Notepad++
21+
5. issue-72 tab setting from notepad++ settings are not honored
22+
6. issue-73 Display tree for Array of Object
23+
7. issue-80 use line ending setting from editor
24+
25+
### 1.34
3026
1. Fix Access Violation issue #51
3127
2. Fix issue #47
3228
3. Fix issue #43
3329

34-
-----
35-
1.31
36-
-----
30+
### 1.31
3731
1. Reads tab setting from notepad++ settings
3832

39-
-----
40-
1.30a
41-
-----
33+
### 1.30a
4234
1. Now using rapidjson
4335

44-
----
45-
1.24
46-
----
36+
### 1.24
4737
1. 64 bit support. Thanks @chcg
4838

49-
----
50-
1.23
51-
----
39+
### 1.23
5240
1. Select all text when no selection
5341
Thanks @vakio
5442
2. fix memory leak and close About dialog when clicking "Close" button
5543
Thanks @quangnh89
5644

57-
----
58-
1.22
59-
----
45+
### 1.22
6046
1. Fixed display of boolean values. Now displaying as "key":True/False
6147
Thanks @yoyokenny
6248
2. Fixed hang on faulty JSON.
6349
Thanks @vancekic
6450

65-
----
66-
1.21
67-
----
51+
### 1.21
6852
1. Fixed display of UTF-8 characters.
6953

70-
----
71-
1.20
72-
----
54+
### 1.20
7355
1. Fixed bug "#3 quoted doublequotes-Jan Huschauer"
7456

75-
----
76-
1.19
77-
----
57+
### 1.19
7858
1. Added a command to format JSON
7959

80-
----
81-
1.175
82-
----
60+
### 1.175
8361
1. Now displays a message box when JSON string is not selected.
8462

85-
----
86-
1.17
87-
----
63+
### 1.17
8864
1. Fixed dialog display issue, that occured in 1.16 release.
8965

90-
----
91-
1.16
92-
----
66+
### 1.16
9367
1. Fixed bug - 3305433 do not find error on second try and do not build tree
9468
2. Fixed a memory leak..was not deallocating memory allocated to json strings
9569

96-
----
97-
1.15
98-
----
70+
### 1.15
9971
1. Fixed bug 3203739 "Unable to parse JSON Arrays"
10072

101-
----
102-
1.1
103-
----
73+
### 1.1
10474
1. Fixed hotkey, now press CTRL+SHIFT+ALT+J(default).
10575
2. Marks error position in JSON
10676

107-
TODO:
108-
=====
109-
1. Add search feature on JSON
110-
2. Work on improving JSON parser performance

0 commit comments

Comments
 (0)