{
  "version" : "",
  "timestamp" : 0,
  "issues" : [ {
    "severity" : "WARNING",
    "id" : "UNQUOTED_STRUCT_KEY",
    "message" : "UNQUOTED_STRUCT_KEY",
    "category" : "CFLINT",
    "abbrev" : "US",
    "locations" : [ {
      "file" : "src/test/resources/com/cflint/tests/StructKeyChecker/unquotedStructKeyNested.cfc",
      "fileName" : "unquotedStructKeyNested.cfc",
      "function" : "x",
      "offset" : 83,
      "column" : 9,
      "line" : 6,
      "message" : "Unquoted struct key mySubKey is not case-sensitive.  Quoting it is recommended.",
      "variable" : "mySubKey",
      "expression" : "mySubKey"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "UNQUOTED_STRUCT_KEY",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "WARNING",
      "count" : 1
    } ]
  }
}