{
  "todos": [
    {
      "text": "Learn about React",
      "isCompleted": false
    },
    {
      "text": "Meet friend for lunch",
      "isCompleted": false
    },
    {
      "text": "Build really cool todo app",
      "isCompleted": false
    }
  ]
}