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

Mass json analysis #9

Closed atur94 closed 4 months ago

atur94 commented 9 months ago

So I am trying to analyze hundreds of json files that are place in single directory. Is it possible to provide feature that will read many json files at once instead running notebook on a single file?

mesarth commented 9 months ago

Just to make sure I understand your request: Do you want to run the same query on each file? What should the output look like?