The jsonArrayTableEditor extension allows you to easily view and edit JSON arrays in a tabular format within Visual Studio Code.
This extension is built based on a requirement to view/modify JSON files containing an array of JSON objects
- Table View: Display JSON arrays in a table format for easy viewing and editing.
- Inline Editing: Edit JSON array elements directly within the table.
The extension would work with JSON files of format *.d.json
The JSON file must contain only an array of JSON Objects of consistent structure
Screen.Recording.2024-10-17.at.12.06.30.AM.mov
If you happen to encounter any issue/bug within the extension, report them here