Cara menanyakan di JSON

data.response.result.Countries.row.filter(function (el) {
    return (el.FL[0].content == "USA");
})[0].FL[1];
Abdulahi Jama