7 releases (breaking)
0.6.0 | Sep 29, 2023 |
---|---|
0.5.0 | Apr 23, 2023 |
0.4.0 | Apr 11, 2023 |
0.3.1 | Nov 13, 2022 |
0.1.0 | Sep 30, 2022 |
#373 in Visualization
1,059 downloads per month
Used in 3 crates
(via pipeless-ai)
725KB
15K
SLoC
A library for converting json
to a table.
It uses tabled
as a rendering backend.
Usage
Add the library to a dependency list.
[dependencies]
json_to_table = "0.6"
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.7–1.3MB
~28K SLoC