[]
        
(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()

JsonStreamParser(string)

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

Declaration
public JsonStreamParser(string jsonPath)
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)
Parameters
Type Name Description
IList jsonPaths

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