zemirco / json2csv

Convert json to csv with column titles
http://zemirco.github.io/json2csv
MIT License
2.71k stars 366 forks source link

Documentation: missing the type of Parser.parse() return value ( Synchronous API ) #571

Open ghuser opened 2 years ago

ghuser commented 2 years ago

I cannot find anywhere in the documentation what type has the returned value from csv.parse().

juanjoDiaz commented 1 year ago

The parse method return plain text. It returns the CSV resulting from your json.

You need to elaborate a bit more on your question so I can try to help 🙂