| JsonReader Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | JsonReader(TextReader) | 
            Initializes a new instance of the JsonReader class.
             | 
|  | JsonReader(String) | 
            Initializes a new instance of the JsonReader class.
             | 
|  | JsonReader(TextReader, JsonReaderSettings) | 
            Initializes a new instance of the JsonReader class.
             | 
|  | JsonReader(String, JsonReaderSettings) | 
            Initializes a new instance of the JsonReader class.
             | 
 See Also
See Also