https://github.com/de-jcup/eclipse-hijson-editor
Highspeed JSON editor
https://github.com/de-jcup/eclipse-hijson-editor
eclipse editor fast json speed
Last synced: 8 months ago
JSON representation
Highspeed JSON editor
- Host: GitHub
- URL: https://github.com/de-jcup/eclipse-hijson-editor
- Owner: de-jcup
- License: apache-2.0
- Created: 2020-08-09T00:59:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T20:19:35.000Z (over 2 years ago)
- Last Synced: 2024-04-24T12:22:40.503Z (about 2 years ago)
- Topics: eclipse, editor, fast, json, speed
- Language: Java
- Homepage: https://marketplace.eclipse.org/content/hijson-editor
- Size: 2.09 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
image:https://github.com/de-jcup/eclipse-hijson-editor/actions/workflows/gradle.yml/badge.svg[Java CI with Gradle,link=https://github.com/de-jcup/eclipse-hijson-editor/actions/workflows/gradle.yml]
== 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