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
Oo, you are right on the mark with this one. Jexl doesn't allow variable names that start with a number because Javascript doesn't allow variable names that start with a number, but object properties are a different story entirely. This might be a little tricky... thanks for reporting it!
The expression "value[.9supPjNuM4LbbXHXC != 't'].firstName" fails with
Error: Token 9 (literal) unexpected in expression: value[.9
Therefore I cannot filter my array of objects which each have a key '9supPjNuM4LbbXHXC', ie:
The text was updated successfully, but these errors were encountered: