You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > FromObject Method > FromObject Method (object, JsonSerializer)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.FromObject Method (object, JsonSerializer)

Creates a JToken from an object using the specified JsonSerializer.

Syntax
C++
C#
Visual Basic
public: JToken FromObject( object o, JsonSerializer jsonSerializer );
Parameters
Parameters 
Description 
The object that will be used to create JToken
jsonSerializer 
The JsonSerializer that will be used when reading the object. 
Returns

A JToken with the value of the specified object

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.