# GrapeCity.Documents.Excel.Workbook.ValueJsonSerializer

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Workbook_ValueJsonSerializer_" data-uid="GrapeCity.Documents.Excel.Workbook.ValueJsonSerializer*">ValueJsonSerializer Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Workbook_ValueJsonSerializer_" data-uid="GrapeCity.Documents.Excel.Workbook.ValueJsonSerializer*"></a>
<h4 id="GrapeCity_Documents_Excel_Workbook_ValueJsonSerializer" data-uid="GrapeCity.Documents.Excel.Workbook.ValueJsonSerializer">ValueJsonSerializer</h4>
<div class="markdown level1 summary"><p>Gets or sets the json serializer/deserializer for custom cell values</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static IJsonSerializer ValueJsonSerializer { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Property ValueJsonSerializer As IJsonSerializer</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.IJsonSerializer.html">IJsonSerializer</a></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Excel.IJsonSerializer.html">IJsonSerializer</a> which will be used in all workbooks.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Documents_Excel_Workbook_ValueJsonSerializer_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Be aware of thread safety and JSON element injection problems
when you are implementing the <a class="xref" href="GrapeCity.Documents.Excel.IJsonSerializer.html">IJsonSerializer</a>.</p>
</div>
</div>
