Konversi objek menjadi jtoken

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