tblfmt icon indicating copy to clipboard operation
tblfmt copied to clipboard

support `jsonl` encoder option

Open imishinist opened this issue 1 year ago • 1 comments

To support jsonl in usql, we added support for jsonl format to tblfmt.

imishinist avatar Aug 01 '23 14:08 imishinist

@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.

kenshaw avatar Aug 01 '23 21:08 kenshaw