{
    "config": {
      "modulopt": {
        "optionsOffset": 24,
        "masks": {
          "mismatch": {
            "0000.0000.0000.0000.0000.0001": "throw",
            "0000.0000.0000.0000.0000.0010": "yell",
            "0000.0000.0000.0000.0000.0100": "inform",
            "0000.0000.0000.0000.0000.1000": "warn",
            "0000.0000.0000.0000.0001.0000": "debug",
            "0000.0000.0000.0000.0010.0000": "report"
          },
          "misspelled": {
            "0000.0000.0000.0000.0100.0000": "throw",
            "0000.0000.0000.0000.1000.0000": "yell",
            "0000.0000.0000.0001.0000.0000": "inform",
            "0000.0000.0000.0010.0000.0000": "warn",
            "0000.0000.0000.0100.0000.0000": "debug",
            "0000.0000.0000.1000.0000.0000": "report"
          },
          "mysterious": {
            "0000.0000.0001.0000.0000.0000": "throw",
            "0000.0000.0010.0000.0000.0000": "yell",
            "0000.0000.0100.0000.0000.0000": "inform",
            "0000.0000.1000.0000.0000.0000": "warn",
            "0000.0001.0000.0000.0000.0000": "debug",
            "0000.0010.0000.0000.0000.0000": "report"
          },
          "sort": {
            "0000.1000.0000.0000.0000.0000": "asc",
            "0001.0000.0000.0000.0000.0000": "dsc"
          },
          "0000.0100.0000.0000.0000.0000": "mysteriousAffect"
        },
        "free": {},
        "defaults": {
          "mismatch": "ignore",
          "misspelled": "ignore",
          "mysterious": "ignore",
          "mysteriousAffect": false,
          "sort": "no"
        }
      },
      "options": {
        "mismatch": "throw",
        "misspelled": "ignore",
        "mysterious": "ignore",
        "mysteriousAffect": false,
        "sort": "asc"
      }
    }
}