I want to remove the initial brackets from response received from backend data. kindly help to achieve this.
Here I share the server response value.
{ **----------> want to remove this bracket**
"networks": [
{
"id": "@cred4",
"isSplit": true,
"enabled": false,
"ssid": "Guest5531FC",
"password": "Admin@123",
"securityMode": "WPA2_PSK",
"isGuest": true,
"visible": true,
"isBackhaul": false,
"frequencyBand": "5_GHZ",
"connectedDevices": 0
},
{
"id": "@cred0",
"isSplit": true,
"enabled": true,
"ssid": "Office_telcoo",
"password": "Admn@234",
"isGuest": false,
"visible": true,
"isBackhaul": false,
"frequencyBand": "2_4_GHZ",
"connectedDevices": 0
}
]
} **----------> want to remove this bracket**
Kindly help me and thanks.