mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Added JSONPath tests & changed lib
This commit is contained in:
parent
e0905255ba
commit
31bfd8664a
6 changed files with 6886 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue