Hi i have string like "12,23,45" from database now i have to convert that into json array to send in webapi parameter but when i convert that into array i got result like
i have string like "12,23,54" in my database
my result: ["\"93\",\"94\""]
but i need like : ["93","94"]
Please help

Amit MohantyPosted Aug 16, 2019, 5:42 AM
Sonu GuptaPosted Aug 16, 2019, 1:21 AM
{"person":[{"id":"100"},{"id":"200"},{"id":"300"}]}Rajeesh MenothPosted Aug 16, 2019, 1:21 AM
Rajeesh MenothPosted Aug 16, 2019, 1:07 AM
Anil KumarPosted Aug 16, 2019, 12:38 AM
Rajeesh MenothPosted Aug 15, 2019, 11:57 PM
Amit MohantyPosted Aug 15, 2019, 11:51 PM
Asma KhalidPosted Aug 15, 2019, 11:47 PM