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 As IList _
)
public JsonStreamParser(
IList
)
Parameters
- jsonPaths
- List of paths from where it will start parsing the objects.
See Also