ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.12k stars 267 forks source link

Explode/Flatten to CSV example? #70

Closed tooptoop4 closed 2 years ago

tooptoop4 commented 2 years ago

Do you have an example of this? https://stackoverflow.com/questions/54210389/is-there-a-generic-way-to-read-the-multiline-json-in-spark-more-specifically-sp

ibireme commented 2 years ago

This library can only handle JSON, not CSV. If you only need to parse NDJSON, see YYJSON_READ_STOP_WHEN_DONE flag sample code: https://github.com/ibireme/yyjson/blob/master/doc/API.md#reader-flag