$.getJSON( "ajax/test.json", function( data ) {
console.log(data.metaDataProperty.GeocoderMetaData.text);
});