{
   "periodsHeaders":{
      "insert_rows":[
         [
            "",
            "Period 1",
            "Period 2",
            "Period 3"
         ]
      ]
   },
   "periods":[
      {
         "section_header":{
            "insert_rows":[
               [
                  "Section A",
                  "",
                  "",
                  ""
               ]
            ]
         },
         "section_data":{
            "insert_rows":[
               [
                  "Line 1",
                  "1",
                  "2",
                  "3"
               ],
               [
                  "Line 2",
                  "4",
                  "5",
                  "6"
               ],
               [
                  "Line 3",
                  "7",
                  "8",
                  "9"
               ],
               [
                  "Line 4",
                  "10",
                  "11",
                  "12"
               ]
            ]
         },
         "section_footer":{
            "insert_rows":[
               [
                  "Summary",
                  "A",
                  "B",
                  "C"
               ]
            ]
         }
      },
      {
         "section_header":{
            "insert_rows":[
               [
                  "Section B",
                  "",
                  "",
                  ""
               ]
            ]
         },
         "section_data":{
            "insert_rows":[
               [
                  "Line 5",
                  "1",
                  "2",
                  "3"
               ],
               [
                  "Line 6",
                  "4",
                  "5",
                  "6"
               ],
               [
                  "Line 7",
                  "7",
                  "8",
                  "9"
               ],
               [
                  "Line 8",
                  "10",
                  "11",
                  "12"
               ]
            ]
         },
         "section_footer":{
            "insert_rows":[
               [
                  "Summary",
                  "D",
                  "E",
                  "F"
               ]
            ]
         }
      },
      {
         "section_header":{
            "insert_rows":[
               [
                  "Section C",
                  "",
                  "",
                  ""
               ]
            ]
         },
         "section_data":{
            "insert_rows":[
               [
                  "Line 9",
                  "1",
                  "2",
                  "3"
               ],
               [
                  "Line 10",
                  "4",
                  "5",
                  "6"
               ],
               [
                  "Line 11",
                  "7",
                  "8",
                  "9"
               ],
               [
                  "Line 12",
                  "10",
                  "11",
                  "12"
               ]
            ]
         },
         "section_footer":{
            "insert_rows":[
               [
                  "Summary",
                  "G",
                  "H",
                  "I"
               ]
            ]
         }
      }
   ]
}