[]
        
(Showing Draft Content)

C1.DataConnector.JsonStreamParser.-ctor

JsonStreamParser Constructor

JsonStreamParser()

Initialize a new JsonStreamParser instance which will parse at the root of the JSON file.

Declaration
public JsonStreamParser()
Public Sub New()

JsonStreamParser(string)

Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath.

Declaration
public JsonStreamParser(string jsonPath)
Public Sub New(jsonPath As String)
Parameters
Type Name Description
string jsonPath

Specific JSON path from where it will start parsing the objects.

JsonStreamParser(IList)

Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath elements.

Declaration
public JsonStreamParser(IList jsonPaths)
Public Sub New(jsonPaths As IList)
Parameters
Type Name Description
IList jsonPaths

List of paths from where it will start parsing the objects.