To assign a script at a particular path in Windows, to get valid JSON, you have to put DOUBLE backslashes in your path, like this:
C:\\Some\\Path\\Which\\Has\\Many\\SubFolders
The additional backslashes “escape” the second backslashes and make them valid, which makes valid JSON.
I learned this just now via trial and error.