# File lib/brakeman/checks/check_json_parsing.rb, line 36
  def uses_yajl?
    tracker.config.has_gem? :yajl
  end