JMESPath is a query language for JSON. For more information about JMESPath, please visit here
This extension lets you test JMESPath expressions from within Visual Studio Code.
- Open a JSON document
- Press
cmd+shift+j
or RunJMESPath: Query JSON
command from command palette (F1
on Windows orCmd+Shift+P
on Mac) - Enter JMESPath expression
- Expression output will be shown in
JMESPath Output
window
- Fix issue with output console taking focus away from input box
- Add live expression evaluation
- Expression validation
- Changed keyboard shortcut to
cmd+shift+j
/ctrl+shift+j
as previous ones didn't work properly
- Fix keyboard shortcut on Mac
- Added keyboard shortcut
cmd+j q
on Mac andctrl+j q
on Windows - Added expression validation
- Ensured expression result is displayed in the same output window instead of creating new ones each time
- Initial release