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

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