Dealing With The Unexpected Token in Json Error
February 17, 2019
If you’ve every created JSON files with PowerShell you may be familiar with the dreaded error when your JavaScript application attempts to parse the file. Sometimes this is caused by incorrectly formatted JSON, but if you used , this is unlikely to be the case. What I’ve found…