I am suing Magic chunks. In my master json file I have one key with value "ExternalFiles": { "EncryptionKeyFile": "C:\\TotalKeys\\key.config.json" } In my transformation file transforming it to I have this "ExternalFiles/EncryptionKeyFile": "C:\\TotalKeys\\keytest.config.json" When it transform result is having some extra slashes, dont know why:- "ExternalFiles": {  } Any Idea why there are extra "\\". it got 4 instead of 2. Any one aware of any solution Thanks