Hi
i have
List<string> list
and it contains value as
[2] "\"Test1\":\"ascdfvgv\"" string
[3] "\"Test2\":\"wqaasss\"" string
[4] "\"Test3\":\"bababalnbala\"" string
how to split this into a simple array of a string without \ and :
Go to the complete details ...