You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > DeserializeAnonymousType Method > DeserializeAnonymousType Method (string, T)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DeserializeAnonymousType Method (string, T)

Deserializes the JSON to the given anonymous type.

Syntax
C++
C#
Visual Basic
public: T DeserializeAnonymousType<T>( string value, T anonymousTypeObject );
Parameters
Parameters 
Description 
value 
The JSON to deserialize. 
anonymousTypeObject 
The anonymous type object. 
The anonymous type to deserialize to. This can't be specified traditionally and must be infered from the anonymous type passed as a parameter.  
Returns

The deserialized anonymous type from the JSON string.

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