Overload | Description |
---|---|
JsonStreamParser Constructor() | Initialize a new JsonStreamParser instance which will parse at the root of the JSON file. |
JsonStreamParser Constructor(String) | Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath. |
JsonStreamParser Constructor(IList) | Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath elements. |