Open
Description
It would be nice to be able to transform items of an array using a custom callback.
Possible Syntax: (Chapter: Transform Items Returned in Array)
{ destination: ['$.path.to.sources', function(item) { return someTransformations(item); } ] }
Maybe that could also be added to transform single properties? (You would have to find a good syntax for that though).
Metadata
Metadata
Assignees
Labels
No labels