###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