[]
Initialize a new JsonStreamParser instance which will parse at the root of the JSON file.
public JsonStreamParser()
Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath.
public JsonStreamParser(string jsonPath)
Type | Name | Description |
---|---|---|
string | jsonPath | Specific JSON path from where it will start parsing the objects. |
Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath elements.
public JsonStreamParser(IList jsonPaths)
Type | Name | Description |
---|---|---|
IList | jsonPaths | List of paths from where it will start parsing the objects. |