Hello,
I'm having an issue displaying json data in my jqGrid. I used FireBug
to get the JSON result and I copied it and pasted it in to (http://
www.jsonlint.com/) and tried to validate it. The error I got was
"syntax error, unexpected TINVALID at line 121
Parsing failed", this is line 121. I found if I remove the "\" or
double them up "\\" JSONLint will validate. I looked at the record in
the database and it does not have escape characters in it. What can I
do to clean this up so my grid displays properly?

{
        "id": 5100179,
        "cell": [
                5100179,
                "2010-08-26 12:01:48",
                "Error",
                "[ProcessXML]: General SQL Error -- Database reported: Duplicate
entry \'00000000-0000-1000-8000-0017F2101C63-
Third-9DB71EA4-2E7E-4106-96\' for key 2",
                "10.10.1.1",
                "/WSController.cfc",
                "/Library/MyApp/Server/tomcat/webapps/wsl/WSController.cfc",
                "myhost",
                "Apache Tomcat/6.0.26"
        ]
},


Thanks,
Charlie

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