packages feed

avro-0.3.0.0: test/data/unions-object-b.json

{
  "scalars": {
    "long": 37
  },
  "nullable": {
    "int": 42
  },
  "records": {
    "Bar": {
      "stuff": "stuff",
      "things": {
        "stuff": "things"
      }
    }
  },
  "sameFields": {
    "NotFoo": {
      "stuff": "not foo stuff"
    }
  }
}