Merge pull request #2226 from node-red/add-has_key-to-switch

Add "has key" rule to  switch node + tests
This commit is contained in:
Nick O'Leary
2019-07-30 23:06:44 +01:00
committed by GitHub
4 changed files with 39 additions and 4 deletions

View File

@@ -621,7 +621,8 @@
"tail":"tail",
"index":"index between",
"exp":"JSONata exp",
"else":"otherwise"
"else":"otherwise",
"hask":"has key"
},
"errors": {
"invalid-expr": "Invalid JSONata expression: __error__",