Expand description
Conversion between JSON and the Variant Binary Encoding from Apache Parquet.
- See
JsonToVarianttrait for converting a JSON string to a Variant. - See
VariantToJsontrait 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§
- Json
ToVariant - Converts a JSON string to Variant using a [
VariantBuilderExt], such asVariantBuilder. - Variant
ToJson - Extension trait for converting Variants to JSON