Skip to main content

Crate parquet_variant_json

Crate parquet_variant_json 

Source
Expand description

Conversion between JSON and the Variant Binary Encoding from Apache Parquet.

  • See JsonToVariant trait for converting a JSON string to a Variant.
  • See VariantToJson trait for converting a Variant to a JSON string.

§🚧 Work In Progress

This crate is under active development and is not yet ready for production use. If you are interested in helping, you can find more information on the GitHub Variant issue

§Platform Support

Only little-endian platforms are officially supported and tested in CI. Big-endian platforms are not tested in CI and may not work correctly. Fixes for big-endian platforms are welcome and handled on a best-effort basis, but compatibility is not guaranteed.

Modules§

from_json ðŸ”’
Module for parsing JSON strings as Variant
to_json ðŸ”’
Module for converting Variant data to JSON format

Traits§

JsonToVariant
Converts a JSON string to Variant using a [VariantBuilderExt], such as VariantBuilder.
VariantToJson
Extension trait for converting Variants to JSON

Functions§

append_json