[]
Initialize a new JsonStreamParser instance which will parse at the root of the JSON file.
public JsonStreamParser()
Public Sub New()
Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath.
public JsonStreamParser(string jsonPath)
Public Sub New(jsonPath As String)
| 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)
Public Sub New(jsonPaths As IList)
| Type | Name | Description |
|---|---|---|
| IList | jsonPaths | List of paths from where it will start parsing the objects. |