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

Creates a JObject from an object.

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

A JObject with the values of the specified object

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