[
  {
    "id": 1,
    "text": "Root node",
    "children": [
      { "id": 2, "text": "Child node 1" },
      { "id": 3, "text": "Child node 2" }
    ]
  }
]
