can jquery pre-parse Json file?
Hi I have a dynamic JSON file that pulls from a CMS system. The system has a WYSIWYG html editor and pushes html code with double quotes into the DB. When I pull the stuff to make the JSON file it pushes the double quotes into the JSON file and the file will not render out.
I don't have the ability to catch the stuff before it renders and parse that stuff out so I was wondering if JQuery can pre-parse out the double quotes so the JSON file will be valid.
Thanks.