Skip to main content

Module json

Module json 

Source
Expand description

JSON serialization and deserialization.

Converts between JSON records and Arrow RecordBatch using serde_json.

Structsยง

JsonDeserializer
JSON record deserializer.
JsonSerializer
JSON record serializer.