jQuery get JSON - From http://api.jquery.com/jquery.getjson/
$.getJSON( "test.js", function( json ) { console.log( "JSON Data: " + json.users[ 3 ].name ); });