I am trying to find a way to serialize an object to json using json.net. The object i am trying to serialize has a XElement property, and i would like to keep it as is so.
is there a way to do that in json.net ? or what the mechanism to transfer xml data in json object?