I need to replace a value in the response ,
My Json format :
{"Message":"","IsSuccessful":true,"sample2.0com":["data1","data2"],"sample1.0com":["data3","data4","data5","data6"]}}
When I am trying to read the above response , I am facing issue
let sample2 = response.data.Result.sample2.0com;
Please give me a solution to read sample2.0com components from the response
response.data.Result['sample2.0com']?