polars-json 0.45.1

JSON related logic for the Polars DataFrame library
Documentation
1
2
3
4
5
6
7
use arrow::array::ArrayRef;
use arrow::datatypes::*;
use polars_error::*;
pub mod deserialize;
mod file;
pub mod write;
pub use file::{infer_iter, iter_unique_dtypes};