$.getJSON() Jquery 1.4

$.getJSON() Jquery 1.4

 code:
$.getJSON("json.js",function(data){alert(data["name"])});

json.js code:
{name:"Gilson"}

In the old version works, but in version 1.4 does not work.





Could test to see if the same happens?

Sorry my bad english.