Registry / serialization / arrow-json

arrow-json

JSON →
library59.0.0rscratesunverified

Support for parsing JSON format to and from the Arrow format

# Cargo.toml [dependencies] arrow-json = "59.0.0"
INSTALL
IMPORT
SIG · ARROW-JSON
A
arrow-json
serializationrustv59.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use arrow_json::Reader;

Parse JSON into Arrow format.

use arrow_json::Reader; fn main() { let data = r#"[{"a": 1}]"#; let reader = Reader::new(data.as_bytes()); println!("Reader created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
59.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
2
Resources
arrow-json — cargo add arrow-json · libregistry