psv-format / psv.c

This is a reference implementation of a Markdown to JSON converter, designed specifically for parsing Markdown tables into JSON objects. It allows for easy conversion of Markdown documents containing tables into structured JSON data. https://psv-format.github.io/
2 stars 0 forks source link

Add streaming mode #2

Open mofosyne opened 4 months ago

mofosyne commented 4 months ago

In the future we may want to add support for 'JSON Lines' where each line could be a row in a table (single table mode) or a table (multi table mode). This would be handy for very very very large psv files.

https://nicholaszhan.com/line-em-up-a-guide-to-json-lines-7c43215b3b82

Not considered high priority until enough people take this up and someone needs it.

Could maybe add a -l or -j and --jsonlines as a flag for this mode