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

Use standard compliant JSONPath engine #12

Closed mesarth closed 5 months ago

mesarth commented 5 months ago

Move to json-p3 for querying JSON files. It follows the recently released JSONPath standard as defined in RFC 9535.

closes #11 closes #3 (not necessary anymore due to standardization)