- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello jagadeeshk20781937
You can try JS built in JSON
So I would add,
var jsonObj;
try{
jsonObj = JSON.parse(resp.body.toString());
//do whatever you want
//when saving to db
var jsonStr = JSON.stringify(jsonObj);
}catch(e){
//nok
}
Marcel
Views
Replies
0 Likes
Total Likes