Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>JSON Keys RemoverNew to Visual Studio Code? Get it now.
JSON Keys Remover

JSON Keys Remover

muneeb706

|
11 installs
| (0) | Free
Removes all occurrences of selected keys(properties) from JSON.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code JSON Keys Remover Extension

This extension removes all the selected keys (properties) from the JSON.

Index

  • Demo
  • How it works
  • Release Notes

DEMO

Demo

To install dependencies inside the project

How it works

  1. User opens a JSON file.
  2. User enters command (JSON Keys Remover: Remove Keys) using Command Palette.
  3. Extension displays unique keys/properties (with complete path) of JSON object in Quick Pick.
  4. User selects keys (by checking checkboxes) to remove and clicks "OK" button.
  5. 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.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft