内容正确时,面对错误的Json格式

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:

  1. \" can be replaced be '

  2. is not required.

  3. There should be no white spaces in the response string it should be single line.