Share this topic
LinkedIn
Twitter
Copy URL
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"}
never-displayed