i know this:
$.getJSON(
"test.js",
function(json){
alert("JSON Data: " + json.users[3].name);
}
);
but i see the code in a site:
$.getJSON(l, {
tag: "userName",
userName: 'sss'
}
what is '1' mean,in this place.
thanks