Files
2026-02-08 11:20:43 -10:00

945 B
Vendored

:dataframe-json

This module, published as dataframe-json, contains all logic and tests for DataFrame to be able to work with JSON data sources; reading and writing. It's based on Kotlinx Serialization.

It also contains some logic specific to encoding dataframes as JSON objects with metadata for the custom table component in Kotlin Notebook. See serialization_format for more information about the format.

This module is optional but is included by default by the dataframe module, dataframe-jupyter, dataframe-csv, and dataframe-excel. If you want to use DataFrame without JSON support, you can exclude this module from the dependency.