Add $context/$flow/$global functions to jsonata

This commit is contained in:
Nick O'Leary
2017-05-03 15:48:30 +01:00
parent 8f92a3e875
commit 30920b1b78
6 changed files with 39 additions and 14 deletions

View File

@@ -111,8 +111,11 @@
'$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']},
'$join':{ args:['array','separator'] },
'$keys':{ args:['object'] },
'$length':{ args:['string'] },