{
  "id": "counter",
  "initial": "active",
  "context": {
    "count": 0
  },
  "states": {
    "active": {
      "type": "atomic",
      "on": {
        "DEC": [
          {
            "actions": [
              ""
            ]
          }
        ],
        "INC": [
          {
            "actions": [
              ""
            ]
          }
        ],
        "RESET": [
          {
            "actions": [
              ""
            ]
          }
        ]
      }
    }
  }
}