de-jcup / eclipse-hijson-editor

Highspeed JSON editor
https://marketplace.eclipse.org/content/hijson-editor
Apache License 2.0
8 stars 1 forks source link

Outline should be as much as failure tolerant as possible #17

Closed de-jcup closed 3 years ago

de-jcup commented 3 years ago

Situation

Currently the outline is not rendered when the JSON has some flaws (e.g. comments)

Wanted

If it's possible to accept the textfile as JSON the outline shall render it

Solution

Use a dedicated "accept all" jackson factory where model creation is as tolerant as possible.