You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > PopulateObjectAsync Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.PopulateObjectAsync Method

Asynchronously populates the object with values from the JSON string using JsonSerializerSettings.

Syntax
C++
C#
Visual Basic
public: Task PopulateObjectAsync( string value, object target, JsonSerializerSettings settings );
Parameters
Parameters 
Description 
value 
The JSON to populate values from. 
target 
The target object to populate values onto. 
settings 
The JsonSerializerSettings used to deserialize the object. If this is null, default serialization settings will be used.  
Returns

A task that represents the asynchronous populate operation.

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