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

Reads the JSON representation of the object.

Syntax
C++
C#
Visual Basic
public: object ReadJson( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer );
Parameters
Parameters 
Description 
reader 
The JsonReader to read from. 
objectType 
Type of the object. 
existingValue 
The existing value of object being read. 
serializer 
The calling serializer. 
Returns

The object value.

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