So, I\'ve found similar questions about JQuery in which you do not need to parse. Since I am using the AJAX XMLHttpRequest, from what I understand, the parse is necessary. T
You have to check if jsonGet.readyState==4 && jsonGet.status==200 before parsing the response.
jsonGet.readyState==4 && jsonGet.status==200