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ยง
- Json
ToVariant - Converts a JSON string to Variant using a [
VariantBuilderExt
], such asVariantBuilder
. - Variant
ToJson - Extension trait for converting Variants to JSON