jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js.

Results 102 jsonpath issues
Sort by recently updated
recently updated
newest added

given the code below: ```js var jp = require("jsonpath") var data = { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price": 8.95...

A test describing expected behaviour has also been added.

https://security.snyk.io/vuln/SNYK-JS-WORDWRAP-3149973

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@yuriisanin) has found a potential issue, which I would be eager to share with...

upgrade underscore dependency to remove security vulnerabilities.

I want to modify an element only if it has a specific data type. In this example, I only want to modify categories of the type `string`. ```javascript JSONPath.apply(readme_example, '$..category[?(typeof...

This patch defines the `main` key in the package.json file.

I had followed the instruction and installed the jsonpath, below is the jsonpath folder under node_modules: ![Screen Shot 2022-09-21 at 11 35 45 AM](https://user-images.githubusercontent.com/106132348/191383209-3b7d2488-ff13-471e-be8f-6a6af67adab1.png) Then I import the jsonpath and...

## Goal I have an input json like this ⬇️ and I want the `pathExpression` of the key whose value is `tenth`. ```json { "name": "my integration", "settings": { "id":...

Hi, I use your library in my app, when I do code scanning with Snyk, it show that's a security issue in the dependencies Its related to the word-wrap dependency...