Description:
Parsing of the global.json fail if its saved with BOM.
Node.js dosen't strip BOM. - issue
Trimming the string should fix the issue.
Task version:
1.7.2
Platform:
Expected behavior:
Parse global.json correctly.
Actual behavior:
Throws Error: Unexpected token in JSON at position 0
Description:
Parsing of the
global.jsonfail if its saved with BOM.Node.js dosen't strip BOM. - issue
Trimming the string should fix the issue.
Task version:
1.7.2
Platform:
Expected behavior:
Parse
global.jsoncorrectly.Actual behavior:
Throws
Error: Unexpected token in JSON at position 0