Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Json formatting to remove \n and \ before and after json attribute in apigee proxy response

This is small snippet :

{
"content": "[\n {\n \"gmb_code\": INDINDIND\",\n \"reputation_name\": \"Some Hospitalname\"]"
}

But I need it to be without \ and \n  like below

{

 "gmb_code" : "INDINDIND",

"reputation_name": "Some Hospitalname"
}

0 3 2,692
3 REPLIES 3