# C1.JsonNet.IJsonOperation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_JsonNet_IJsonOperation" data-uid="C1.JsonNet.IJsonOperation" class="text-break">IJsonOperation Interface
</h1>
  <div class="markdown level0 summary"><p>Defines interface for the json operation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.JsonNet.html">C1.JsonNet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_JsonNet_IJsonOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IJsonOperation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IJsonOperation</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_JsonNet_IJsonOperation_JsonSetting" data-uid="C1.JsonNet.IJsonOperation.JsonSetting">
          <a class="xref" href="C1.JsonNet.IJsonOperation.JsonSetting.html#C1_JsonNet_IJsonOperation_JsonSetting">JsonSetting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the json settings.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
