Skip to content

Commit 31bfd86

Browse files
committed
Added JSONPath tests & changed lib
1 parent e090525 commit 31bfd86

File tree

6 files changed

+6886
-13
lines changed

6 files changed

+6886
-13
lines changed

Diff for: package-lock.json

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"lodash": "^4.17.4",
8181
"moment": "^2.17.1",
8282
"moment-timezone": "^0.5.11",
83-
"node-jpath": "^2.1.0",
8483
"sladex-blowfish": "^0.8.1",
8584
"sortablejs": "^1.5.1",
8685
"split.js": "^1.2.0",

Diff for: src/core/config/OperationConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ const OperationConfig = {
22442244
]
22452245
},
22462246
"JPath expression": {
2247-
description: "Extract information from a JSON object with an JPath query",
2247+
description: "Extract information from a JSON object with a JPath query.",
22482248
run: Code.runJpath,
22492249
inputType: "string",
22502250
outputType: "string",

0 commit comments

Comments
 (0)