{
  "version" : "",
  "timestamp" : 1528666729,
  "issues" : [ {
    "severity" : "ERROR",
    "id" : "MISSING_VAR",
    "message" : "MISSING_VAR",
    "category" : "CFLINT",
    "abbrev" : "MV",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\VarScoper\\cftag_483_2.cfc",
      "fileName" : "cftag_483_2.cfc",
      "function" : "init",
      "offset" : 57,
      "column" : 9,
      "line" : 4,
      "message" : "Variable attribsWDDX is not declared with a var statement.",
      "variable" : "attribsWDDX",
      "expression" : "cfwddx(action = 'fml2wddx', input = '#attribs#', output = 'attribsWDDX')"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "MISSING_VAR",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "ERROR",
      "count" : 1
    } ]
  }
}