I dont know the problem why my full calendar won't appear? Here's the error.
It seems json_events value is already coming in JSON format. Why would you need to parse it?. Can you remove the JSON.parse and try using just
json_events
JSON
events: json_events,
Hope this helps.