I think it was having "resolveurl" set to "true"... that caused the
"http://127.0.0.1"; to be interpolated into the text... which then
broke the desearlize json... because its quotes where not escaped

when i set "resolveurl" to false the deserializejson seems to work
fine

Build Version:  2010-04-25 19:34:20 GMT

this is what i'm working with. its the result of doing an cfhttp "get"
against my couchdb, passing the document key with a cfhttpparam tag
{"total_rows":135,"offset":25,"rows":[
{"id":"7974b877f6d16d8f2074eaa33d16f25c","key":"Deep Hum
Productions._footer","value":"<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://www.seedwiki.com\";><img width=\"16\" border=
\"0\" src="http://127.0.0.1:5984/""http://seedwiki.com/accounts/
tyler_kenneth_3109/favicon.gif\" alt=\"\" /></a><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\">\t\t
\t \t\t \t\t\t                         [_search_seedwiki_simple]</
font> <br />\r\n            </td>\r\n        </tr>\r\n    </tbody>\r
\n</table>"}
]}

this is the same document, fetched by just going to url of the
document in my browser
{"total_rows":135,"offset":25,"rows":[
{"id":"7974b877f6d16d8f2074eaa33d16f25c","key":"Deep Hum
Productions._footer","value":"<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://www.seedwiki.com
\"><img width=\"16\" border=\"0\" src=\"http://seedwiki.com/accounts/
tyler_kenneth_3109/favicon.gif\" alt=\"\" /></a><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\">\t\t
\t \t\t \t\t\t                         [_search_seedwiki_simple]</
font> <br />\r\n            </td>\r\n        </tr>\r\n    </tbody>\r
\n</table>"}
]}

-- 
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