Expand description
Module for converting Variant data to JSON format
Constantsยง
- DATE_
FORMAT ๐ - TIMESTAMP_
NTZ_ ๐FORMAT
Functionsยง
- convert_
array_ ๐to_ json - Convert array elements to JSON
- convert_
object_ ๐to_ json - Convert object fields to JSON
- format_
binary_ ๐base64 - format_
date_ ๐string - format_
timestamp_ ๐ntz_ string - variant_
to_ json - This function writes JSON directly to any type that implements
Write
, making it efficient for streaming or when you want to control the output destination. - variant_
to_ json_ string - Convert [
Variant
] to JSONString
- variant_
to_ json_ value - Convert [
Variant
] toserde_json::Value