In Javascript
var data = JSON.parse(the_result);
var display_name = data.data[0].display_name;
That is to say, it’s an object, with a element of key data, where that element is an array of objects (and in this case there is only a single object in that array)