as_tabular_toon         Convert array-of-objects to tabular
                        representation
assert_toon             Assert TOON validity
conditions              toonlite error and warning conditions
conversions             TOON Conversion Functions
core-io                 Core TOON I/O functions
csv_to_toon             Convert CSV to TOON
feather_to_toon         Convert Feather to TOON
format_toon             Format/pretty-print TOON
from_toon               Parse TOON from string
json_to_toon            Convert JSON to TOON
parquet_to_toon         Convert Parquet to TOON
print.toon              Print method for toon class
read_toon               Read TOON from file
read_toon_df            Read tabular TOON to data.frame
streaming               Streaming TOON I/O
tabular-io              Tabular TOON I/O (data.frame)
to_toon                 Serialize R object to TOON
toon_info               Get TOON file info
toon_peek               Peek at TOON file structure
toon_stream_items       Stream non-tabular array items
toon_stream_rows        Stream tabular TOON rows
toon_stream_write_rows
                        Stream write tabular rows
toon_to_csv             Convert TOON to CSV
toon_to_feather         Convert TOON to Feather
toon_to_json            Convert TOON to JSON
toon_to_parquet         Convert TOON to Parquet
validate_toon           Validate TOON
validation              TOON Validation and Formatting
write_toon              Write R object to TOON file
write_toon_df           Write data.frame to tabular TOON
