nexxbiz / JLio

The project aims to be able to run a JSON noted transformation script to transform other JSON objects.
https://JLio.online
MIT License
5 stars 1 forks source link

Move Command Fails for case sensitive #52

Closed cristinamudura closed 2 years ago

cristinamudura commented 2 years ago

Example:

[
  {
    "fromPath": "$.Input.someArray[*].SomeProperty",
    "toPath": "$.Input.someArray[*].someProperty",
    "command": "move"
  }
]

Input

{
    "someArray": [
        {
            "SomeProperty": "abcdefgh"
        }
    ]
}
FransVanEk commented 2 years ago

Confirmed and fixed in version 0.3.7.1