when validating the following json: ``` { "sourcePath": "C:\\temp\\" } ``` the validation returns: ``` { "sourcePath": "C:\temp\\" } ``` it appears to be prioritizing the tab instead of the backslash.