molsonkiko / JsonToolsNppPlugin

A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
Apache License 2.0
70 stars 9 forks source link

Merge changes to tree loading, unicode bug fix #2

Closed molsonkiko closed 1 year ago

molsonkiko commented 1 year ago

Allow partial tree loading or tree disabling altogether for better performance, especially on big files.

Fix problem with non-ascii chars in JSON -> CSV conversion.