Mentor

[
  {
    "title": "World domination",
    "children": [
      {
        "title": "Build military",
        "children": [
          { "title": "Tanks" },
          { "title": "Bombs" },
          { "title": "Planes" },
          { "title": "Highly trained monkeys" },
          { "title": "Poorly trained clowns (for demoralization)" }
        ]
      },
      {
        "title": "Study the culture",
        "children": [
          { "title": "Read all the books" }
        ]
      },
      {
        "title": "Get essential supplies",
        "children": [
          { "title": "Food" },
          { "title": "Water" },
          { "title": "Mean Girls (2003)" }
        ]
      }
    ]
  },
  {
    "title": "Make delicious ice cream",
    "children": [
      {
        "title": "Define delicious",
        "children": [
          { "title": "Read about the philosophy of deliciousness" },
          { "title": "Define qualia and solve the hard problem of consciousness" },
          { "title": "Establish the flavor which is factually the most delicious" }
        ]
      }
    ]
  }
]