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

@@ -111,11 +111,10 @@
'$average':{ args:['value'] },
'$boolean':{ args:['value'] },
'$contains':{ args:['str','pattern']},
'$context': {args:['string']},
'$count':{ args:['array'] },
'$exists':{ args:['value'] },
'$flow': {args:['string']},
'$global': {args:['string']},
'$flowContext': {args:['string']},
'$globalContext': {args:['string']},
'$join':{ args:['array','separator'] },
'$keys':{ args:['object'] },
'$length':{ args:['string'] },