Closed cristinamudura closed 2 years ago
Example:
[ { "fromPath": "$.Input.someArray[*].SomeProperty", "toPath": "$.Input.someArray[*].someProperty", "command": "move" } ]
Input
{ "someArray": [ { "SomeProperty": "abcdefgh" } ] }
Confirmed and fixed in version 0.3.7.1
Example:
Input