{
  "organizations" : [
    {
      "name": "DotOrg",
      "staff": [
        {
          "name": {
            "first": "Dot",
            "last" : "Matrix"
          }
        },
        {
          "name": {
            "first": "Serious",
            "last" : "Business"
          }
        }
      ]
    },
    {
      "name": "FooBar",
      "staff": [
        {
          "name": {
            "first": "Foo",
            "last" : "Bar"
          }
        },
        {
          "name": {
            "first": "Baz",
            "last" : "Bitsom"
          }
        }
      ]
    }
  ]
}
