Skip to content

Releases: NPP-JSONViewer/JSON-Viewer

v2.0.1.0

24 Sep 10:30
3bd06eb
Compare
Choose a tag to compare

Major change:

  1. Redeveloped UI
    1. Provided menu icon
    2. Json view panel is redesigned which is button like, refresh, validate, format etc.
    3. It uses well performed class instead of plain function
  2. Current selected node path is given on the bottom of json view window
  3. Many feature support such as copy node, copy value, copy path, expand/collapse all etc.
  4. Few bug fixes

Release 1.41

05 Sep 03:36
Compare
Choose a tag to compare
  1. Support for ARM64
  2. Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
  3. Upgrade Visual Studio to 2022

1.40

11 Jul 12:32
Compare
Choose a tag to compare
  1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
  2. issue-56 Format Should Follow Line Break Settings
  3. issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
  4. issue-68 Crashing Notepad++
  5. issue-72 tab setting from notepad++ settings are not honored
  6. issue-73 Display tree for Array of Object
  7. issue-80 use line ending setting from editor
  8. Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.

Fix Issue #51

25 Apr 10:30
Compare
Choose a tag to compare
  • Fix bug which resulted in "Access Violation" when the root element is an Array

Bug Fixes

25 Apr 09:38
Compare
Choose a tag to compare

Releasing various fixes by @SinghRajenM

No precision loss during formatting

14 Oct 09:16
Compare
Choose a tag to compare

Read tab setting from npp

05 Aug 17:27
Compare
Choose a tag to compare
  • Reads tab width and whether using tabs or space from notepad++ settings

v1.30 alpha

10 Jan 04:46
Compare
Choose a tag to compare
v1.30 alpha Pre-release
Pre-release

Moved to rapidjson. Using sax based parser. This might speed things up.

v1.25

24 Jul 09:38
Compare
Choose a tag to compare
Merge pull request #23 from Gitoffthelawn/patch-1

Fix URL, improve string consistency

64 Bit Support

09 Jan 12:38
Compare
Choose a tag to compare

64 bit support Thanks @chcg