com.sksamuel.avro4s.json
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)
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)