Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 666 Bytes

JMESPath for Visual Studio Code

This extensions integrates JMESPath with VS Code.

jpdemo

It adds these commands:

  • JMESPath: Evaluate Expression - Evaluate a JMESPath expression against the currently opened JSON document and write the result to an output window. Open the command palette (shift+cmd+P) and type "JMESPath: Evaluate Expression" to use this command.

Release Notes

0.0.3

  • Fix bug when user cancels input text

0.0.2

  • Update misc package metadata

0.0.1

  • Initial release of jmespath.vscode