You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jsonata.js there is possibility to create binding to js namspace and then call a function. For example You can bind Math namespace and call round function.
$math().round(2.5)
How I can do the same binding in dashjoin jsonata implementation?