C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / JsonReader Constructor
The text reader.
The json setting.

In This Topic
JsonReader Constructor
In This Topic
Initializes a new instance of the JsonReader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal reader As TextReader, _
   ByVal setting As JsonSetting _
)
 

Parameters

reader
The text reader.
setting
The json setting.
See Also