JSON.parse кидает ошибку unexpected non-whitespace character after JSON
Есть код аякс $.ajax({ url: './', type: 'POST', data: {comment_author: comment_author, comment_text: comment_text, parrent: parrent, film_id: film_id}, success: function(res){ var…