JSONTables.jl icon indicating copy to clipboard operation
JSONTables.jl copied to clipboard

http://jsonlines.org/ support

Open bkamins opened this issue 5 years ago • 1 comments

I encounter http://jsonlines.org/ more and more often recently. Maybe we can also add a function to read in the data in this format?

bkamins avatar Sep 13 '19 19:09 bkamins

I've put up a PR to support JSON-lines reading in JSON3.jl: https://github.com/quinnj/JSON3.jl/pull/99. Once it supports it, we can pass through the option in jsontable as well.

quinnj avatar Nov 11 '20 08:11 quinnj