JSON Viewer Changelog

What's new in JSON Viewer 2.0.7.0

Jan 26, 2024
  • "Copy value" / "Copy" not always return complete text
  • Format JSON option does not work if focused tab is in other view
  • Corrected some typos on setting dialog
  • Updated icons to match with dark mode as well
  • Removed quotes from the key in Treeview
  • Some other minor enhancements

New in JSON Viewer 2.0.6.0 (Jun 27, 2023)

  • New feature:
  • Replace value 'undefined' with 'null'. This is configurable feature.
  • Bug/regression fixes:
  • Cyrillic text is not properly shown in json tree view dialog

New in JSON Viewer 2.0.5.0 (Apr 9, 2023)

  • New feature:
  • Make json highlighter configurable
  • Bug/regression fixes:
  • Handle json for both the views.
  • Update treeview on reopen
  • When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
  • Don't show error message on startup for non json files

New in JSON Viewer 2.0.4.0 (Dec 7, 2022)

  • New feature:
  • Show element count for list/array
  • Bug/regression fixes:
  • Crash fix: Setting dialog is not shown if about dialog is opened before it.
  • Set language type JSON properly
  • Some minor UI enhancements

New in JSON Viewer 2.0.3.0 (Oct 9, 2022)

  • New feature:
  • Search in json tree window
  • Handle NaN, Inf, -Inf, Infinity, -Infinity properly
  • Bug/regression fixes:
  • Handle all types of arrays which does not have any key
  • Corrected typos in setting json
  • Don't use double qoutes for other than string type

New in JSON Viewer 2.0.2.0 (Oct 5, 2022)

  • Provided UI to control formatting option via setting dialog
  • Setting for indentation
  • Setting for line ending
  • Setting for line format
  • Make json parsing configurable e.g. ignore trailing comma, ignore comment
  • Added couple of new feature
  • Follow json tree for current tab if it is json file
  • Auto format json file when opened (by direct or by tab switching)
  • Few bug/regression fixes

New in JSON Viewer 1.41 (Sep 5, 2022)

  • Support for ARM64
  • Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
  • Upgrade Visual Studio to 2022

New in JSON Viewer 1.40 (Jul 11, 2020)

  • Issue-55 Format JSON should also set the language to JSON #FeatureRequest
  • Issue-56 Format Should Follow Line Break Settings
  • Issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
  • Issue-68 Crashing Notepad++
  • Issue-72 tab setting from notepad++ settings are not honored
  • Issue-73 Display tree for Array of Object
  • Issue-80 use line ending setting from editor
  • Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.

New in JSON Viewer 1.34 (Apr 25, 2019)

  • Fix bug which resulted in "Access Violation" when the root element is an Array

New in JSON Viewer 1.33 (Apr 25, 2019)

  • Releasing various fixes by @SinghRajenM

New in JSON Viewer 1.32 (Oct 15, 2018)

  • Fixes #39: Format JSON changes numeric values

New in JSON Viewer 1.31 Pre-release (Aug 6, 2018)

  • Reads tab width and whether using tabs or space from notepad++ settings

New in JSON Viewer 1.30 (Jan 10, 2018)

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

New in JSON Viewer 1.24 (Apr 19, 2017)

  • 64 bit support

New in JSON Viewer 1.19 (Feb 21, 2012)

  • Added a command to format JSON

New in JSON Viewer 1.175 (Dec 13, 2011)

  • Now displays a message box when JSON string is not selected.

New in JSON Viewer 1.17 (Sep 30, 2011)

  • Fixed dialog display issue, that occured in 1.16 release.

New in JSON Viewer 1.16 (May 31, 2011)

  • Fixed bug - 3305433 do not find error on second try and do not build tree
  • Fixed a memory leak that was not deallocating memory allocated to JSON strings

New in JSON Viewer 1.15 (May 31, 2011)

  • Fixed bug 3203739 "Unable to parse JSON Arrays"

New in JSON Viewer 1.1 (May 31, 2011)

  • Fixed hotkey, now press CTRL+SHIFT+ALT+J(default).
  • Marks error position in JSON