Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Frank on Jan 31, 2009 22:54
open dhtmlx forum
parse data by json with html inside

HI:

I have a data , one column have '<' in it. If I use xml data, I know I can use <[!CDATA[<]]> to parse it. But now , I'm using json, If I add <[!CDATA[<]]> in it , I can not read neither , so what should I do please?
Answer posted by Support on Feb 02, 2009 02:52
In case of JSON , you need not to use CDATA to escape HTML, you can place it in same manner as plain text without any additional escaping.