Tag Archives: Convert CSV in CSharp

Convert JSON to CSV and CSV to JSON using C#

JSON (JavaScript Object Notation) is a human-readable structured data format. It is widely used in APIs, applications, and configurations for storing and passing the data. CSV contains the comma-separated values, normally used to store tabular data that can be perfectly displayed using spreadsheet applications like MS Excel. To transfer the tabular data or store the received structured data into tabular form, requires converting formats into one another. This article discusses the conversion of JSON to CSV format and CSV to JSON format programmatically using C# for your .NET applications.

The following topics are covered in this article:

  • .NET API for JSON and CSV Conversion
  • JSON to CSV Conversion
  • CSV to JSON Conversion
Posted in GroupDocs.Conversion Product Family | Tagged , , ,