Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 867 Bytes

File metadata and controls

23 lines (13 loc) · 867 Bytes

jsonArrayTableEditor README

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

Features

  • Table View: Display JSON arrays in a table format for easy viewing and editing.
  • Inline Editing: Edit JSON array elements directly within the table.

Requirements

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

Example

Screen.Recording.2024-10-17.at.12.06.30.AM.mov

Issues & Reporting

If you happen to encounter any issue/bug within the extension, report them here