JsonExtensions.ToJToken(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serialize object to JToken.
public static Newtonsoft.Json.Linq.JToken ToJToken (this object obj);
static member ToJToken : obj -> Newtonsoft.Json.Linq.JToken
<Extension()>
Public Function ToJToken (obj As Object) As JToken
Parameters
- obj
- Object
The object.
Returns
Newtonsoft.Json.Linq.JToken