4 releases (2 breaking)
0.3.1 | Nov 13, 2022 |
---|---|
0.3.0 | Nov 11, 2022 |
0.2.0 | Oct 18, 2022 |
0.1.0 | Sep 30, 2022 |
#200 in Text processing
6,510 downloads per month
Used in 9 crates
(via nu-table)
450KB
9K
SLoC
A library for converting json
to a table.
It uses https://github.com/zhiburt/tabled to build a table.
Usage
Add the library to a dependency list.
[dependencies]
json_to_table = "*"
The main and only function you shall use to build a table is json_to_table
.
Example | Result |
---|---|
|
|
You can also build a table in a squash mode.
Example | Result |
---|---|
|
|
You can chose how to build an Array
and Object
via Orientation
.
Example | Result |
---|---|
|
|
Dependencies
~0.6–1.1MB
~23K SLoC