convertir objeto a jtoken

JToken jInput = JToken.FromObject(inputObject);
Upvote answer :-)