Description
It would be useful to permit reading and writing arbitrary JSON data as binary Avro data. JSON is a popular data interchange format but can be rather big and slow to process in some cases, e.g., for numeric data. Avro can provide a smaller and faster to process binary format for JSON data.