JsonStreamParser Class Members
In This Topic
The following tables list the members exposed by JsonStreamParser.
Public Constructors
Public Fields
Public Properties
Public Methods
| Name | Description |
 | Parse |
Takes a Newtonsoft.Json.JsonTextReader instance as argument and starts a streaming parsing process.
Every each successfully parsed object, an IParser.FireItem() event will be triggered.
|
 | ParseSubarray |
Takes a Newtonsoft.Json.JsonTextReader instance as argument and starts a streaming parsing process.
Every each successfully parsed object, an IParser.FireItem() event will be triggered.
|
 | SetFlattenObjects |
Indicates if the JSON objects should be flattened or not.
|
 | SetIncludeParentJsonPath |
Indicates if the response should contain the Parent Json Path.
|
 | SetMaxItems |
Set the maximum number of items to parse. Since the data can be extremely large in some cases, we may want to parse a specific portion of it.
|
Top
Public Events
See Also