Skip to main content

Crate json2csv

Crate json2csv 

Source

Functionsยง

write_json_to_csv
Take a reader and a writer, read JSON from the reader, write CSV to the writer. Supports JSON arrays and newline-delimited JSON. Performs optional flatten and unwind transformations. Output keys are sorted alphabetically by default.