C# Convert to Json stop converting < to \u003c

Posted by Chin on Stack Overflow See other posts from Stack Overflow or by Chin
Published on 2010-03-17T02:36:49Z Indexed on 2010/03/17 2:41 UTC
Read the original article Hit count: 435

Filed under:
|

Hi I am trying to convert some objects to json using the JavaScriptSerializer() class. Some of the objects include xml. Is there a way to stop it converting < to \u003c ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about JSON