I'm using Node to request API and parse the returned JSON. When I requests an API for several times, node crashes and reports a SyntaxError: Unexpected token error. The error is located at a character in a string of the JSON object. I found that the string is very long (60000+ characters encoded with utf-8). Is this problem caused by the too long string? How does it happens?
JSON string can see here: http://www.liyan93.com/mdnotes/JinquanquanIssues/errorData.json