I am actually confused here as to how this json is invalid. I have a piece of json from a much larger json set:
               ...
               "open_until":{  
                  "date":"2015-10-16 00:00:00",
                  "timezone_type":3,
                  "timezone":"America\/Edmonton"
               },
               "ffba_access_code":"1234",
               "overview_content":" 
Elevator Pitch<\/h4>\r\n 
Fedilus Funds gives investors the ability to participate in the growth of the United States un-banked sector by deploying 'automated commerce machines' in high traffic areas. This is a blended investment that distributes monthly principal and interest back to the investor and once the term has ended, a percentage of revenue is distributed continuously. You are purchasing a portfolio of advanced ATM's that offer a wide range of financial services coupled with a strong management team.<\/p>\r\n\r\n 
This is a USD investment with monthly distributions remitted in USD.<\/p>",
               .....
when I put this through the json formatter, I am told that:
" 
    Elevator Pitch<\/h4>\r\n 
    Fedilus Funds gives investors the ability to participate in the growth of the United States un-banked sector by deploying 'automated commerce machines' in high traffic areas. This is a blended investment that distributes monthly principal and interest back to the investor and once the term has ended, a percentage of revenue is distributed continuously. You are purchasing a portfolio of advanced ATM's that offer a wide range of financial services coupled with a strong management team.<\/p>\r\n\r\n 
    This is a USD investment with monthly distributions remitted in USD.<\/p>"
is the "offending" peice thats "invalid"
I oull this right from the database in php. Is there something I should do to this particular database field when I pull it out to make it comply?
 
     
     
     
    