Add JSONata expr tester and improved feedback

This commit is contained in:
Nick O'Leary
2017-05-05 11:23:24 +01:00
parent b030e935ce
commit dbf0486acb
15 changed files with 362 additions and 52 deletions

View File

@@ -110,16 +110,11 @@
"args": "object",
"desc": "Splits an object containing key/value pairs into an array of objects, each of which has a single key/value pair from the input object. If the parameter is an array of objects, then the resultant array contains an object for every key/value pair in every object in the supplied array."
},
"$context": {
"args": "string",
"desc": "Retrieves a node context property."
},
"$flow": {
"$flowContext": {
"args": "string",
"desc": "Retrieves a flow context property."
},
"$global": {
"$globalContext": {
"args": "string",
"desc": "Retrieves a global context property."
}