json2csv 0.1.0

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