'I want to find JSON data from column and also nested attribute into json

"template":[
      {
         "inputType":"section",
         "class":"col-md-12 py-2",
         "themeableThemeColor":true,
         "style":{
            "bgColor":"#6CAC27",
            "textColor":"#FFFFFF",
            "fontFamily":"",
            "fontSize":"14px",
            "height":"auto",
            "width":"100%",
            "minHeight":"60px",
            "margin":""
         },
         "children":[
            {
               "inputType":"section",
               "class":"container",
               "style":{
                  "height":"auto"
               },
               "children":[
                  {
                     "inputType":"copyright",
                     "class":"col d-flex align-items-center pl-4",
                     "innerText":"� 2021 komoot",
                     "style":{
                        "bgColor":"",
                        "textColor":"",
                        "fontFamily":"",
                        "fontSize":"",
                        "padding":{
                           "top":"5px",
                           "bottom":"5px",
                           "left":"10px",
                           "right":"10px"
                        }
                     }
                  },


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source