Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guasam/jsontocsv

JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format
https://github.com/guasam/jsontocsv

csv-converter csv-from-json json-to-csv json-to-csv-converter jsontocsv

Last synced: about 1 month ago
JSON representation

JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format

Awesome Lists containing this project

README

        

# JSON to CSV Converter (JsonToCsv)

## Overview

JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format.

## Requirements

- .NET 8.0 SDK or later

## Usage

```
jsontocsv -i input.json -o output.csv
```