{
"new":"asdsa",
"list":
[
{
"name":"first",
"rating":"50%",
"story":"Once upon a time"
},
{
"name":"second",
"rating":"65%",
"story":"New chapter"
}
]
}
$.getJSON('data.json', function(data){
console.log(data);
});