]
Gorkem Ercan updated ERT-197:
-----------------------------
Sprint: devex #116 June 2016, devex #117 July 2016 (was: devex #116 June 2016)
JSON editor needs to use original minimal-json library instead of
supporting org.eclipse.json plug-in [EBZ#494045]
------------------------------------------------------------------------------------------------------------------
Key: ERT-197
URL:
https://issues.jboss.org/browse/ERT-197
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Priority: Trivial
Labels: bzira, wst.json
The reason why org.eclipse.json (a modified copy of minimal-json library
https://github.com/ralfstx/minimal-json) was the lack of information on offsets for
tokens.
As issue
https://github.com/ralfstx/minimal-json/issues/17 is fixed in original
minimal-json library, probably we can request the adding of original minimal-json library
to the Orbit bundle and depend on it instead of supporting its modified copy in
org.eclipse.json plug-in.