json2csv 0.1.0

A tool to convert JSON to CSV
1
2
{"a": 1, "b": [1,2,3], "c": {"inside": 1}}
{"a": [1,2], "b": [1,2,3], "c": {"inside": 1}}