Json-Eclipse-Plugin icon indicating copy to clipboard operation
Json-Eclipse-Plugin copied to clipboard

A fork from the json editor on sourceforge

Results 12 Json-Eclipse-Plugin issues
Sort by recently updated
recently updated
newest added

o/ I know this project is like basically dead or just on life support, but if you want to improve it here would be a nice suggestion. Context aware settings...

Hi, i know that json is not intended to support comments, but parser like jackson do support this. sometimes it is really very handy to have some comments in json-files....

The default font colors are suitable for light theme but there seems to be no defaults for dark theme. When installing the plugin fresh from marketplace to a dark theme...

At work, they have implemented a firewall rule against github.io, so I am unable to obtain updates nor able to get a new instance for a new computer because of...

It would be nice for the validation and autoformat function to accept multi line strings as valid/already formatted (or to allow this via some flags in config etc) For example:...

bug

During testing of the latest release of Eclipse, v4.11 (release 2019-03) It appears that when this plugin is installed - JSON Schema Validation (i.e. after registering the file pattern and...

This is an issue that affects many Eclipse plug-ins, it has gotten worse with the years and become especially acute with Photon (affects about 90% of the plug-ins I use)....

Dear Developer, Thank You for the wonderful plugin. Kindly add the feature to view the JSON data as a Table in Eclipse Editor. Thanks and Regards, Sathish.

I'd like this features for the formatter (maybe others will too): - don't indent/explode nested objects and arrays if they contain only one level For something like: ```{"a":1,"b":{"x":2,"y":3},"c":[4,5,6]}``` instead of...

Auto bracket creation doesn't take into context the number of brackets already in the document and will create a new one even if there are already an even number. An...