JSON.parse failing if file path has \u
From a REST API I am receiving a JSON string to which I am trying to parse using JSON.parse(), surprisingly it is failing if within a file path a folder name starts with character u. For eg. Consider below JSON:…