We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hy,
I was looking for an option to pass expressions to the node. My very simple solution works.
Just add msg.expression to the function call in node-red-contrib-jsonpath.js, line 50:
50: var evalResult = jsonPath.eval(input, node.expression || msg.expression);
Now you can set the expression as a msg.expression. Not sure if this is perfect, but it works!
Eckehard
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hy,
I was looking for an option to pass expressions to the node. My very simple solution works.
Just add msg.expression to the function call in node-red-contrib-jsonpath.js, line 50:
Now you can set the expression as a msg.expression. Not sure if this is perfect, but it works!
Eckehard
The text was updated successfully, but these errors were encountered: