Skip to content

eirtech/json2csv-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2csv-cpp

###JSON to csv converter in C++. Features

  • Extremely fast
  • Recursively flattens shallow or deeply nested JSON

Motivation

Regardless of how I prettify JSON, my target audience find table and spreadsheet representation of data more intuitive. This author of this article articulates this fact well.

Usage

$ ./JsonToCVS test.json test.csv

Dependencies

  • jsoncpp Open source JSON reader/writer Or:
$ apt-get install libjsoncpp-dev

About

JSON to csv converter in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • CMake 5.5%