Not sure if this is a false positive or not (it could be my misunderstanding of how the rule works, or how jQuery's $.getJSON is typed/implemented). I'm working in a legacy codebase where jQuery ($) ...
getJson is the method that is used to call the json data by ajax call. We can only pass the parameter using the get method. ex of json call function and the data displayed. var jsonUrl = "Json.htm"; $ ...