41
Views
2
Comments
Solved
json string
Question

"{\"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

2023-04-16 15-25-31
Krishnanand Pathak
Solution

Hi @Pydisetti sai


Use the replace function as shown below:
Replace(JsonData, "\", "")


OML is also attached for reference


Regards
Krishnanand Pathak

CorrectJson.oml
UserImage.jpg
Pydisetti sai

getting this like

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.