1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-25 00:37:31 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-05-26 11:37:16 -07:00
parent 667dd01ac7
commit a76b5db8db
2 changed files with 12 additions and 2 deletions

View File

@ -8,7 +8,12 @@ jc - JSON Convert `asciitable` parser
This parser converts ASCII and Unicode text tables with single-line rows. This parser converts ASCII and Unicode text tables with single-line rows.
Column headers must be at least two spaces apart from each other and must Column headers must be at least two spaces apart from each other and must
be unique. be unique. For best results, column headers should be left-justified. If
column separators are present, then non-left-justified headers will be fixed
automatically.
Row separators are optional and are ignored. Each non-row-separator line is
considered a separate row in the table.
For example: For example:

View File

@ -3,7 +3,12 @@
This parser converts ASCII and Unicode text tables with single-line rows. This parser converts ASCII and Unicode text tables with single-line rows.
Column headers must be at least two spaces apart from each other and must Column headers must be at least two spaces apart from each other and must
be unique. be unique. For best results, column headers should be left-justified. If
column separators are present, then non-left-justified headers will be fixed
automatically.
Row separators are optional and are ignored. Each non-row-separator line is
considered a separate row in the table.
For example: For example: