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
This is a good idea because it saves programmer time. However, I had a look at the code changes needed - I will need a proper parser for dot notation, not just a string.split(). Let me know how important this enhancement is to you...
Consider this case:
We get an error
because this is being interpreted as `$data1,($data2).items.atom2
The workaround is to declare an intermediate variable:
This enhancement is to add sub-expressions to make the evaluation order explicit such as
Thereby eliminating the intermediate variable.
The text was updated successfully, but these errors were encountered: