Skip to content

once-ler/json2csv-cpp

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

$ echo basic
$ json2csv "test.json" "test.csv"
$ echo "download json from web and transform"
$ wget http://www.treasury.gov/jsonfiles/data.json > data.json & json2csv data.json data.csv

Dependencies

  • jsoncpp Open source JSON reader/writer

About

JSON to csv converter in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published