Skip to main content

Module json

Module json 

Source
Expand description

JSON I/O for DataFrames.

Row-oriented JSON: each row is a JSON object with column names as keys. This matches the format used by polars JsonWriter / JsonReader.