Commits

Victor Mota authored 517e617d450
Fixes Avro schema JSON serialization to escape default values for strings. For example a default value string "Foo \"bar\"" would previously fail to round trip: the schema serialization would produce "Foo "bar"", so parsing would fail.