{
  "contacts": [
    {
      "name": "Erlich Bachman",
      "status": "online",
      "messages": [
        { "text": "This is my incubator. I decide what gets built here.", "sent": false, "time": "10:30" },
        { "text": "Erlich, it's my algorithm. I wrote it.", "sent": true, "time": "10:32" },
        { "text": "And I provided the roof over your head while you did it! 🏠", "sent": false, "time": "10:33" },
        { "text": "Fine. But the compression engine stays as is.", "sent": true, "time": "10:35" },
        { "text": "We need to pivot. Trust me on this one.", "sent": false, "time": "10:36" }
      ]
    },
    {
      "name": "Bertram Gilfoyle",
      "status": "online",
      "messages": [
        { "text": "I finished migrating the servers last night. You're welcome.", "sent": false, "time": "09:15" },
        { "text": "Awesome. Did you stress-test the new cluster?", "sent": true, "time": "09:20" }
      ]
    },
    {
      "name": "Dinesh Chugtai",
      "status": "offline",
      "messages": [
        { "text": "My code compiled on the first try. No errors. 🎉", "sent": false, "time": "Yesterday" }
      ]
    },
    {
      "name": "Jared Dunn",
      "status": "offline",
      "messages": [
        { "text": "The TechCrunch pitch deck is ready. You're going to do great, Richard! ✅", "sent": false, "time": "Monday" }
      ]
    }
  ]
}
