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
I want to apply a transformation across all arrays of each key in the object in a similar manner. Using path, I can pick up on each key individually and transform as needed but I am having issues applying the same across all other keys in the object.
Is there a way to provide an array of paths like so: path: ["1", "2"]
Or is there another way to do this?
The text was updated successfully, but these errors were encountered:
I have an object similar to this:
I want to apply a transformation across all arrays of each key in the object in a similar manner. Using
path
, I can pick up on each key individually and transform as needed but I am having issues applying the same across all other keys in the object.Is there a way to provide an array of paths like so:
path: ["1", "2"]
Or is there another way to do this?
The text was updated successfully, but these errors were encountered: