JsonStreamParser Constructor(String)
In This Topic
Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public JsonStreamParser(
string
)
Parameters
- jsonPath
- Specific JSON path from where it will start parsing the objects.
See Also