avro-0.4.2.0: test/data/unions-object-a.json
{
"scalars": {
"string": "blarg"
},
"nullable": null,
"records": {
"haskell.avro.example.Foo": {
"stuff": "stuff"
}
},
"sameFields": {
"haskell.avro.example.Foo": {
"stuff": "foo stuff"
}
},
"arrayAndMap" : {
"array" : ["foo"]
},
"three": { "int": 37 },
"four": { "string": "foo" },
"five": {
"haskell.avro.example.Foo": { "stuff": "foo stuff" }
}
}