JSONTables.jl
JSONTables.jl copied to clipboard
http://jsonlines.org/ support
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?
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.