Module json

Source

Structsยง

JsonEncoder
Namer ๐Ÿ”’
Naming helper for use when constructing an Avro schema.
SchemaOptions
Struct to pass around options to create the json schema

Enumsยง

JsonNumberPolicy
Policies for how to handle Numbers in JSON.

Constantsยง

AVRO_NAMESPACE ๐Ÿ”’
MICROS_PER_MILLIS ๐Ÿ”’

Traitsยง

ToJson

Functionsยง

build_row_schema_field_type ๐Ÿ”’
build_row_schema_fields ๐Ÿ”’
build_row_schema_json
Builds the JSON for the row schema, which can be independently useful.
encode_array ๐Ÿ”’
encode_datums_as_json
Encodes a sequence of Datum as JSON, using supplied column names and types.