I have the following code for getting json data:
$.getJSON( \"assessments\", function( assessments ) { console.log(assessments); });
try with
console.log(JSON.stringify(assessments));