Packages

package json

Type Members

  1. class JsonToAvroConverter extends AnyRef

    Accepts a json string, and returns an Avro Schema that best matches the json string.

    Accepts a json string, and returns an Avro Schema that best matches the json string.

    Converts:

    - json arrays to avro arrays - objects to records - doubles to doubles - ints/longs to longs - booleans to booleans - nulls to union(string,null)

Ungrouped