cco 0.2.0

cascading configuration
Documentation
{
  "zoo_name": "Safari Park",
  "animal_count": 42,
  "is_open": true,
  "entry_fee": 15.50,
  "sections": [
    {
      "name": "Big Cats",
      "animals": [
        "lion",
        "tiger"
      ]
    }
  ],
  "facilities": {
    "restaurant": {
      "name": "Jungle Cafe",
      "seats": 100
    }
  }
}