VS Code JSON Keys Remover Extension
This extension removes all the selected keys (properties) from the JSON.
Index
DEMO
To install dependencies inside the project
How it works
- User opens a JSON file.
- User enters command (JSON Keys Remover: Remove Keys) using Command Palette.
- Extension displays unique keys/properties (with complete path) of JSON object in Quick Pick.
- User selects keys (by checking checkboxes) to remove and clicks "OK" button.
- Extension updates the opened JSON file after removing all occurrences of selected keys from JSON object.
Release Notes
This section describes major releases and their improvements.
Version 0.1.0 - initial release
Added a command ("JSON Keys Remover: Remove Keys") to remove selected keys/properties from the JSON object.
| |