psbds / vscode-jsonmap

The JsonMap extension provides the capabilities of running javascript commands like: map, filter, find, reduce and more in your open Json files.
Apache License 2.0
0 stars 0 forks source link
typescript vscode-extension

VSCode JsonMap

The JsonMap extension provides the capabilities of running javascript commands like: map, filter, find, reduce and more in your open Json files, making it easier and quicker to extract insights of temporary files without needing to install additional software or creating temporary code.

Features

How to use it

  1. Install the extension
  2. Open your JSON file in your VSCode editor
  3. Open the command window (ctrl+shift+p on widows) and search for the command JsonMap: Open Command Parser
  4. Enter your parse command. (e.g.: data.map(x => x.name))

Known Issues

Release Notes