Venkat Govind

Venkat Govind

  • 1.2k
  • 572
  • 67.9k

how to add new column into elemnt in the exsing json angular

Dec 11 2024 1:42 PM

Hi  Good Evening ,

I want add the new column exsisitng json below mentioned JSON file 

{
      "name": "page3",
      "title": "Blood Pressure Form",
      "elements": [
        {
          "type": "text",
          "name": "question23",
          "title": "Sys/Dia"
        },
        {
          "type": "radiogroup",
          "name": "question24",
          "title": "BP Treated",
          "choices": [
            "Yes",
            "No"
          ]
        },
        {
          "type": "text",
          "name": "question25",
          "title": "Pulse"
        }
      ]
    }


Answers (1)