tblfmt
tblfmt copied to clipboard
support `jsonl` encoder option
To support jsonl in usql, we added support for jsonl format to tblfmt.
@imishinist I appreciate the work on this. Can you tell me what the specific use for this would be? I wrote tblfmt
primarily because of usql
, but note that usql
has JSON output (it just uses the standard library).
My concern here is that the JSON standard is actually much more complicated than most people realize, especially with regards to character/UTF8 encodings.