{
  "template_data":{
    "category":[
      {
        "name":"Speed Dials",
        "subcategory":[
          {
            "name":"Speed Dials",
            "item":[
              {
                "description":"Speed Dial (1-9)",
                "type":"loop",
                "loop_start":"0",
                "loop_end":"9",
                "data":{
                  "item":[
                    {
                      "variable":"$speeddial1_value",
                      "default_value":"",
                      "description":"Speed Dial {$count} Value",
                      "type":"input"
                    }
                  ]
                }
              },
              {
                "variable":"$speeddial_pound",
                "default_value":"",
                "description":"Speed Dial #(10) Value)",
                "type":"input"
              },
              {
                "variable":"$speeddial_asterisk",
                "default_value":"",
                "description":"Speed Dial *(11) Value",
                "type":"input"
              },
              {
                "description":"Speed Dial (12-32)",
                "type":"loop",
                "loop_start":"12",
                "loop_end":"32",
                "data":{
                  "item":[
                    {
                      "variable":"$speeddial2_value",
                      "default_value":"",
                      "description":"Speed Dial {$count} Value",
                      "type":"input"
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}
