Bugfix for case-sensitive selection on move and copy.
[
{
"fromPath": "$.Input.someArray[].SomeProperty",
"toPath": "$.Input.someArray[].someProperty",
"command": "move"
}
]
This resulted in an empty array.
[
{
"fromPath": "$.Input.someArray[].SomeProperty",
"toPath": "$.Input.someArray[].someProperty",
"command": "move"
}
]
This resulted in an empty array.