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

Creates a JArray from an object.

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

A JArray 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.