>>315
$.getJSON( url, function( json ) {
console.log( json['name1']['key1'] );
});

俺ならawait fetch使うがjQueryがいいってんだからしょうがないね