Skip to content

Json模板文件

发表于 2025-03-19
更新于 2025-09-03
阅读量 加载中...

Json模板

json5
{
  "companyInfo": {
    "companyName": "",
    "location": {
      "addressLine1": "",
      "addressLine2": "",
      "county": "",
      "cityOrTown": "",
      "state": "",
      "zipCode": ""
    },
    "contact": {
      "phone": "",
      "email": "",
      "website": "",
      "linkedin": ""
    },
    "industry": [],
    "foundedYear": "",
    "description": "",
    "mainProductsOrServices": [],
    "companySize": ""
  },
  "metadata": {
    "lastUpdated": ""
  }
}