mesarth / JSONPath-Notebook

Execute JSONPath queries inside VS Code Notebooks
https://marketplace.visualstudio.com/items?itemName=tschranz.jsonpath-notebook
MIT License
2 stars 0 forks source link

Provide option to select different JSONPath engine #3

Closed mesarth closed 5 months ago

mesarth commented 12 months ago

There is currently no JSONPath standard (wip). Engines with different syntax and behaviour exist.

Provide the option to select different JSONPath engines. The user could change the prefered engine in the settings.json (global, workspace) or maybe even on a per file/cell basis.

Maybe provide even some sort of auto selection based on the provided query.