<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <language>en_US</language>
    <title>Text Control Blog Feed - JSON only</title>
    <description>The Text Control Blog is the central information channel for all Text Control products. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times a week. Subscribe to the feed today.</description>
    <image>
      <url>https://s1-www.textcontrol.com/assets/dist/img/favicon/favicon-128x128.png</url>
      <title>Text Control Blog Feed - JSON only</title>
      <link>https://www.textcontrol.com/blog/tag/json/2026/</link>
    </image>
    <pubDate>Sat, 18 Jul 2026 05:33:51 +0000</pubDate>
    <lastBuildDate>Sat, 18 Jul 2026 05:33:51 +0000</lastBuildDate>
    <generator>Text Control Feed Generator 3.0</generator>
    <link>https://www.textcontrol.com/blog/tag/json/2026/</link>
    <copyright>Text Control</copyright>
    <atom:link rel="self" type="application/rss+xml" href="https://www.textcontrol.com/feed/blog/tag/json.xml"/>
    <item>
      <title>Automatically Mapping TX Text Control Form Fields to JSON Data in .NET C#</title>
      <description><![CDATA[In this article, we will explore how to automatically map TX Text Control form fields to JSON data in a .NET C# application. This process can help streamline data handling and improve the efficiency of your application when working with form fields in TX Text Control.]]></description>
      <pubDate>Wed, 03 Jun 2026 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/06/03/automatically-mapping-tx-text-control-form-fields-to-json-data-in-dotnet-csharp/</link>
      <guid isPermaLink="false">030e5aa4-3050-5131-bacb-637e0c334661</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="121799" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/06/03/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/form-fields/2026/"><![CDATA[Form Fields]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2026/"><![CDATA[JSON]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/mapping/2026/"><![CDATA[Mapping]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Adjusting the Maximum Request Length for ASP.NET Core and ASP.NET Applications</title>
      <description><![CDATA[Learn how to adjust the maximum request length for ASP.NET Core and ASP.NET applications to allow loading large files into the Document Viewer. This article shows how to configure the maximum request length in the web.config file and the KestrelServerOptions in the Program.cs file.]]></description>
      <pubDate>Fri, 12 Apr 2024 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2024/04/12/adjusting-the-maximum-request-length-for-asp-net-core-and-asp-net-applications/</link>
      <guid isPermaLink="false">1665bc73-7976-518a-b68c-7cb965fc5219</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="53351" url="https://s1-www.textcontrol.com/assets/dist/blog/2024/04/12/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2024/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2024/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>How to Detect and Extract Table Data as JSON from PDF Documents in C#</title>
      <description><![CDATA[A common use case is to extract tabular data from tables in a PDF document to create a structured and reusable data format. This article describes how to convert tables recognized by the PDF import functionality into a structured JSON format.]]></description>
      <pubDate>Tue, 15 Aug 2023 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2023/08/15/how-to-detect-and-extract-table-data-as-json-from-pdf-documents-in-csharp/</link>
      <guid isPermaLink="false">05071f90-367d-5f52-a841-f34ae9c2fd73</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="69615" url="https://s1-www.textcontrol.com/assets/dist/blog/2023/08/15/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2023/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/tables/2023/"><![CDATA[Tables]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2023/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Generating Hierarchical Tables from JSON Data in .NET C#</title>
      <description><![CDATA[Using TX Text Control, you can generate complex hierarchical tables directly from JSON data. This article explains the code and logic behind it.]]></description>
      <pubDate>Thu, 03 Aug 2023 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2023/08/03/generating-hierarchical-tables-from-json-data-in-csharp/</link>
      <guid isPermaLink="false">b8c2f827-4122-5f9d-a448-a1d38f13f150</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="65088" url="https://s1-www.textcontrol.com/assets/dist/blog/2023/08/03/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2023/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2023/"><![CDATA[Windows Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/wpf/2023/"><![CDATA[WPF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/tables/2023/"><![CDATA[Tables]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2023/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Using MailMerge Events to Remove Trailing Text in a Merge Block</title>
      <description><![CDATA[Consider a repeating block that contains a comma separated list and the last comma should be removed. This article shows how to implement this functionality using MailMerge events.]]></description>
      <pubDate>Mon, 07 Nov 2022 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2022/11/07/using-mailmerge-events-to-remove-trailing-text-in-a-merge-block/</link>
      <guid isPermaLink="false">e3c126a0-f858-52de-81d4-2bc5f92d1916</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="43945" url="https://s1-www.textcontrol.com/assets/dist/blog/2022/11/07/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2022/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/merge-blocks/2022/"><![CDATA[Merge Blocks]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2022/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Creating Invoices from DOCX Templates in C# from Scratch</title>
      <description><![CDATA[This tutorial shows how to create an invoice using TX Text Control .NET Server from scratch including creating a template, merging data and to generate the resulting PDF.]]></description>
      <pubDate>Tue, 01 Nov 2022 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2022/11/01/creating-invoices-from-docx-templates-in-csharp-from-scratch/</link>
      <guid isPermaLink="false">89539a63-1196-58ad-bbe1-8acb20f94ef9</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="78970" url="https://s1-www.textcontrol.com/assets/dist/blog/2022/11/01/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2022/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/invoice/2022/"><![CDATA[Invoice]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2022/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Mail Merge MS Word Office Open XML (DOCX) Templates in C#</title>
      <description><![CDATA[TX Text Control's MailMerge engine allows you to perform MS Word compatible mail merge processes in .NET based applications. This article gives an overview of the basic functionality and shows how to merge JSON data into templates.]]></description>
      <pubDate>Thu, 05 May 2022 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2022/05/05/mail-merge-ms-word-templates-in-csharp/</link>
      <guid isPermaLink="false">89f3de05-6b2a-5081-9809-32ffbbfd241c</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="60896" url="https://s1-www.textcontrol.com/assets/dist/blog/2022/05/05/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2022/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2022/"><![CDATA[Json]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/mailmerge/2022/"><![CDATA[MailMerge]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2022/"><![CDATA[Windows Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/wpf/2022/"><![CDATA[WPF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>MailMerge: Field Mapping and Handling of Unmerged Fields</title>
      <description><![CDATA[Text Control's MailMerge API maps merge fields in templates with columns in supported data sources. This article explains the structure and how to handle unmerged fields.]]></description>
      <pubDate>Wed, 04 May 2022 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2022/05/04/mailmerge-field-mapping-and-handling-of-unmerged-fields/</link>
      <guid isPermaLink="false">9f4fdfc5-0ec1-5fde-a938-e91d5cdbe91c</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="67747" url="https://s1-www.textcontrol.com/assets/dist/blog/2022/05/04/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2022/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2022/"><![CDATA[Json]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/mailmerge/2022/"><![CDATA[MailMerge]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2022/"><![CDATA[Windows Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/wpf/2022/"><![CDATA[WPF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Preparing ASP.NET for Long JSON Requests</title>
      <description><![CDATA[The ASP.NET MVC DocumentViewer uses a Controller to manage incoming requests from the client using JSON. The default size of the supported JSON can be too small for handling larger files. This article shows how to use Json.NET to deserialize controller payloads.]]></description>
      <pubDate>Thu, 20 May 2021 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2021/05/20/preparing-asp-net-for-long-json-requests/</link>
      <guid isPermaLink="false">f39eacf7-95e3-526c-b763-435d6eee0e35</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="57681" url="https://s1-www.textcontrol.com/assets/dist/blog/2021/05/20/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2021/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/documentviewer/2021/"><![CDATA[DocumentViewer]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/json/2021/"><![CDATA[JSON]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Preview: JSON Support in MailMerge Version X14 (24.0)</title>
      <description><![CDATA[MailMerge X14 (24.0) adds a Merge method overload that accepts JSON strings as a data source alongside DataTable and DataSet inputs. JSON data supports nested objects for relational structures and Base64-encoded images. Web.TextControl also gains JSON merge field population.]]></description>
      <pubDate>Wed, 18 May 2016 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2016/05/18/preview-json-support-in-mailmerge-version-x14-240/</link>
      <guid isPermaLink="false">b77083a2-ccb3-5262-942d-bad1f6306e6a</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/json/2016/"><![CDATA[JSON]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/mail-merge/2016/"><![CDATA[Mail Merge]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2016/"><![CDATA[Release]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/reporting/2016/"><![CDATA[Reporting]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
