Convert JSON to CSV in Rust.
[dependencies] rs_json2csv = "0.1.1"
use rs_json2csv::json2csv; fn main() { json2csv("input.json", "output.csv") }
MIT