Im responding this to a Jquery Ajax call and it works well:\[code\]var jSonTestResultReport =@"{ ""html"" : ""I am text!"" }";\[/code\]The Javascript receives it and takes the text and presents it in a \[code\]Div\[/code\], i can see it saying \[code\]"I am Text"\[/code\]. But when i try to do this:\[code\]var jSonTestResultReport =@"{ ""html"" : ""<li style=""color:green;"">I am text</li>"" }";\[/code\]i get the error of\[quote\] unexpected token c.\[/quote\]How can send \[code\]html\[/code\] by \[code\]Json\[/code\]?