I am facing some error while fetching the json. It shows wrong format.Here is the following json
{
"favorite_page_response": "<div class=\"col-md-12 col-lg-12\">
<div class=\"cart\">
<div class=\"cart-heading\">
<h1>Favorites<\/h1>
<div class=
\"cart-items\">Favorite Items:<span><a href=\"javascript:;\">0<\/a><\/span><\/div>
<\
/div>
<a class=\"clear-cart\" href=\"javascript:;\" >Clear Favorites<\/a> <\/div>
<div class=\"cart-product\">
<ul>
<\/ul>
<\/div>
<\/div>",
"status": 1
}
Can anyone let me know what am doing wrong.
There many errors in this json:
\"
can be replaced be '
is not required.