Skip to content

de-jcup/eclipse-hijson-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f812c79 · Oct 12, 2023

History

34 Commits
Feb 25, 2021
Aug 9, 2020
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Aug 9, 2020
Aug 31, 2020
Aug 31, 2020
Feb 25, 2021
Aug 31, 2020
Jun 16, 2021
Aug 9, 2020
Feb 25, 2021
Aug 9, 2020
Aug 9, 2020
Aug 9, 2020
Aug 31, 2020
Aug 9, 2020

Java CI with Gradle

About

HiJSON Editor (highspeed JSON eclipse editor plugin) is a specialized eclipse plugin to handle bigger JSON files in a very performant /fast way.

The project page can be found at https://github.com/de-jcup/eclipse-hijson-editor

Why is this editor faster than other eclipse plugins for JSON editor?

  • One liners having more than x (x=currently 1000 characters but not at least 5 new line characters, will be automatically pretty printed. This will extremely speed up editor behaviour!
    (This DOES CHANGE the file inside editor - but not on disk, except when you save it…​)

  • Outline will be disabled per default and must be enabled when needed (in outline view), so no unnecessary tree build

  • Some optimizations in rendering etc.

  • Special document handling, partitioning etc.

  • Uses https://github.com/FasterXML/jackson to do JSON operations, so very fast