Description
We'd like it when EOF is encountered between objects to throw EOFException, while EOF encountered within an object to throw AvroTypeException. I think this was working, but it's not working at present. The following command fails:
echo '
{"greeting":"Hello World!"}' | java -jar build/avro-tools-1.2.0-dev.jar fromjson '{"type":"record","name":"hello","fields":[
{"name": "greeting", "type": "string"}]}' -