Json format of data which is having HTML tags in Web API in C#

I have an object Example Class Event { string country{get;set} } Events test = new Evnts(); test.country="<P>India<P>" How i need to Json format for the above. I use...