I have some text like this:
<table align="center" bgcolor="silver" border="0" cellpadding="1"
cellspacing="1" summary="" width="100%">
        <tbody>
                <tr>
                        <td valign="center">
                                <a href="http://www.seedwiki.com";><img alt="" 
border="0"
src="http://seedwiki.com/accounts/tyler_kenneth_3109/favicon.gif";
width="16" /></a><br />
                                <font size="1"> hosted by : 
[seed_wiki:|seedwiki]
[seed_wiki:_my_account|my account] [feed back:|help] [feed back:|bug
report]</font><font size="1"> [_search_seedwiki_simple]</font></td>
                </tr>
        </tbody>
</table>

when i do a jsonserialize on it i get this:
<br />\r\n<table width=\"100%\" cellspacing=\"1\" cellpadding=\"1\"
border=\"0\" bgcolor=\"silver\" align=\"center\" summary=\"\">\r\n
<tbody>\r\n <tr>\r\n <td valign=\"center\"><a href="http://
127.0.0.1:5984/""http://ww

where all the quotes are escaped EXCEPT the one around the href

when i store this string (in couchdb) and then recover it and try to
do a jsondeserialze on it i get an error that its not a proper json
string

what can i do to force all the quotes to be escaped....
thanks

ken tyler

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to