Crate arrow_json

source ·
Expand description

Transfer data between the Arrow memory format and JSON line-delimited records. See the module level documentation for the reader and writer for usage examples.

Re-exports

Modules

Traits

  • Trait declaring any type that is serializable to JSON. This includes all primitive types (bool, i32, etc.).