json2csv icon indicating copy to clipboard operation
json2csv copied to clipboard

command line tool to convert json to csv

Results 13 json2csv issues
Sort by recently updated
recently updated
newest added

json2csv currently turns null values to "", which is not always desirable

json2csv uses a lot of CPU, but only one core. json.Unmarshal seems to be taking up most of the time so I made a forked version that launches a whole...

I love this tool! I'm using it to convert json files from Twitter's streaming API to csv. I have very little programming skills, so this tool is really good for...