"{\"age\":42,\"count\":40372,\"name\":\"bella\"}" my JSON string is this like while coming from API server now how to make this as "{"age":42, "count":40372, "name": "Bella"}" iam use deserialize and save into db but not working
Hi @Pydisetti sai
Use the replace function as shown below:Replace(JsonData, "\", "")
OML is also attached for reference
RegardsKrishnanand Pathak
getting this like