-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
const str = jp.stringify(['$', 'path', '$.path01.path02["/api/keywords"].response'])
jp.nodes(json, str)expression.value is wrong !
Parsing the results of jsonpath:
{
"expression": {
"type": "string_literal",
"value": "$.path01.path02[\\\"/api/keywords\\\"].response"
},
"scope": "child",
"operation": "subscript"
}expect:
{
"expression": {
"type": "string_literal",
"value": "$.path01.path02[\"/api/keywords\"].response"
},
"scope": "child",
"operation": "subscript"
}Metadata
Metadata
Assignees
Labels
No labels