{
  "Name": "John",
  "Age": 30,
  "Department": "IT",
  "Tables": [
    { "table1": [ { "Company": "Microsoft", "id": 1 },
                  { "Company": "Oracle",    "id": 2 } ] },
    { "table2": [ { "City": "Auckland",       "Weather": "Nice" },
                  { "City": "Palmerston North", "Weather": "Good" } ] }
  ]
}