zemirco / json2csv

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

feat: use jsonparse for ND-JSON instead of the custom made implementa… #493

Closed juanjoDiaz closed 3 years ago

juanjoDiaz commented 3 years ago

JSON parse support ND-JSON perfectly. No reason to use custom implementation.

Also, my custom implementation is a lot weaker and might fail with escaped newlines and things like that.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f6bfa5027d08e5404aebfc08a8165844f18888c3 on juanjoDiaz:ndjson_with_jsonparse into 471f5a7a55375a06a66ce4b0438583d719d6db8f on zemirco:master.