# C1.DataConnector.JsonStreamParser.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataConnector_JsonStreamParser__ctor_" data-uid="C1.DataConnector.JsonStreamParser.#ctor*">JsonStreamParser Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataConnector_JsonStreamParser__ctor_" data-uid="C1.DataConnector.JsonStreamParser.#ctor*"></a>
<h4 id="C1_DataConnector_JsonStreamParser__ctor" data-uid="C1.DataConnector.JsonStreamParser.#ctor">JsonStreamParser()</h4>
<div class="markdown level1 summary"><p>Initialize a new JsonStreamParser instance which will parse at the root of the JSON file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public JsonStreamParser()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_DataConnector_JsonStreamParser__ctor_" data-uid="C1.DataConnector.JsonStreamParser.#ctor*"></a>
<h4 id="C1_DataConnector_JsonStreamParser__ctor_System_String_" data-uid="C1.DataConnector.JsonStreamParser.#ctor(System.String)">JsonStreamParser(string)</h4>
<div class="markdown level1 summary"><p>Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public JsonStreamParser(string jsonPath)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(jsonPath As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">jsonPath</span></td>
      <td><p>Specific JSON path from where it will start parsing the objects.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_DataConnector_JsonStreamParser__ctor_" data-uid="C1.DataConnector.JsonStreamParser.#ctor*"></a>
<h4 id="C1_DataConnector_JsonStreamParser__ctor_System_Collections_IList_" data-uid="C1.DataConnector.JsonStreamParser.#ctor(System.Collections.IList)">JsonStreamParser(IList)</h4>
<div class="markdown level1 summary"><p>Initialize a new JsonStreamParser instance which will parse at a specific repeatXPath elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public JsonStreamParser(IList jsonPaths)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(jsonPaths As IList)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></td>
      <td><span class="parametername">jsonPaths</span></td>
      <td><p>List of paths from where it will start parsing the objects.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
