avro-0.3.0.0: test/data/unions-object-a.json
{
"scalars": {
"string": "blarg"
},
"nullable": null,
"records": {
"Foo": {
"stuff": "stuff"
}
},
"sameFields": {
"Foo": {
"stuff": "foo stuff"
}
}
}
{
"scalars": {
"string": "blarg"
},
"nullable": null,
"records": {
"Foo": {
"stuff": "stuff"
}
},
"sameFields": {
"Foo": {
"stuff": "foo stuff"
}
}
}