Added JSONPath tests & changed lib

This commit is contained in:
Matt C 2017-08-03 14:50:16 +01:00
parent e0905255ba
commit 31bfd8664a
6 changed files with 6886 additions and 13 deletions

View file

@ -2244,7 +2244,7 @@ const OperationConfig = {
]
},
"JPath expression": {
description: "Extract information from a JSON object with an JPath query",
description: "Extract information from a JSON object with a JPath query.",
run: Code.runJpath,
inputType: "string",
outputType: "string",