DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class / JsonStreamParser Constructor / JsonStreamParser Constructor(IList)
List of paths from where it will start parsing the objects.

In This Topic
    JsonStreamParser Constructor(IList)
    In This Topic
    Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath elements.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal jsonPaths As IList _
    )
    public JsonStreamParser( 
       IList jsonPaths
    )

    Parameters

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