This extensions integrates JMESPath with VS Code.
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.
- Fix bug when user cancels input text
- Update misc package metadata
- Initial release of jmespath.vscode