DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class / JsonStreamParser Constructor / JsonStreamParser Constructor(String)
Specific JSON path from where it will start parsing the objects.

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

    Parameters

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