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
You might want to do something more sophisticated, e.g. using lodash get function, which can work with path as arrays of keys and also use bracket notation such as baz["foo.bar"].
Hey,
Say I have an object
how can I reference this with jsonlogic? if I do
it looks for a nested field, but there doesn't seem to be any way to quote the key or avoid this behaviour by other means.
The text was updated successfully, but these errors were encountered: