.json 主檔,用文字編輯器開啟[
{
"name": "王小明",
"company": "明亮建設",
"phone": "0912-345-678",
"email": "wang@example.com",
"address": "台中市西區...",
"notes": "工地在南屯區"
},
{
"name": "李大華",
"company": "順發工程",
"phone": "04-2345-6789"
}
]
只有 name 為必填,其他欄位可省略。