Json-Eclipse-Plugin
Json-Eclipse-Plugin copied to clipboard
Feature Request: JSON data as Table
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.
Can you please elaborate a bit? What would the data from https://json.org/example.html look like in such a view?
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" }
]
