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

Feature Request: JSON data as Table

Open sathish804 opened this issue 7 years ago • 2 comments

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.

sathish804 avatar Jun 29 '18 10:06 sathish804

Can you please elaborate a bit? What would the data from https://json.org/example.html look like in such a view?

msteiger avatar Jul 04 '18 16:07 msteiger

Hi,

I mean if I have a JSON like this below. I want to see a table as shown in the screenshot if it in the editor to edit the values.

[{ "Id": 1, "Name": "Test1", "DOB": "22-Feb-1980" }, { "Id": 2, "Name": "Test2", "DOB": "23-Feb-1980" }, { "Id": 3, "Name": "Test3", "DOB": "24-Feb-1980" }

]

2018-07-05 11_49_29-microsoft excel - book1

sathish804 avatar Jul 05 '18 09:07 sathish804