# C1.JsonNet.JsonSetting

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_JsonNet_JsonSetting" data-uid="C1.JsonNet.JsonSetting" class="text-break">JsonSetting Class
</h1>
  <div class="markdown level0 summary"><p>Represents the serialization and deserialization setting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Web.Mvc.Serialization.BaseSetting.html">BaseSetting</a></div>
    <div class="level2"><span class="xref">JsonSetting</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Web.Mvc.Serialization.ISetting.html">ISetting</a></div>
  </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_JsonSetting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class JsonSetting : BaseSetting, ISetting</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class JsonSetting
    Inherits BaseSetting
    Implements ISetting</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_JsonNet_JsonSetting__ctor" data-uid="C1.JsonNet.JsonSetting.#ctor">
          <a class="xref" href="C1.JsonNet.JsonSetting.-ctor.html#C1_JsonNet_JsonSetting__ctor">JsonSetting()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.JsonNet.JsonSetting.html">JsonSetting</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_JsonSetting_IsJavascriptFormat" data-uid="C1.JsonNet.JsonSetting.IsJavascriptFormat">
          <a class="xref" href="C1.JsonNet.JsonSetting.IsJavascriptFormat.html#C1_JsonNet_JsonSetting_IsJavascriptFormat">IsJavascriptFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether to serialize to javascript format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_JsonSetting_IsPropertyNameCamel" data-uid="C1.JsonNet.JsonSetting.IsPropertyNameCamel">
          <a class="xref" href="C1.JsonNet.JsonSetting.IsPropertyNameCamel.html#C1_JsonNet_JsonSetting_IsPropertyNameCamel">IsPropertyNameCamel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicates whether the property name should be serialzied with camel case.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_JsonSetting_Resolver" data-uid="C1.JsonNet.JsonSetting.Resolver">
          <a class="xref" href="C1.JsonNet.JsonSetting.Resolver.html#C1_JsonNet_JsonSetting_Resolver">Resolver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolver.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_JsonSetting_SkipIsDefault" data-uid="C1.JsonNet.JsonSetting.SkipIsDefault">
          <a class="xref" href="C1.JsonNet.JsonSetting.SkipIsDefault.html#C1_JsonNet_JsonSetting_SkipIsDefault">SkipIsDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates how to serialize or deserialize the default value.
If True, the default value will not be serialized or deserialized.
Otherwise, it will be serialized or deserialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_JsonSetting_SkipReferenceLoop" data-uid="C1.JsonNet.JsonSetting.SkipReferenceLoop">
          <a class="xref" href="C1.JsonNet.JsonSetting.SkipReferenceLoop.html#C1_JsonNet_JsonSetting_SkipReferenceLoop">SkipReferenceLoop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates how reference loop is handled.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
