home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustomerID": "Long Integer",
- "CompanyName": "Text (50)",
- "ContactFirstName": "Text (30)",
- "ContactLastName": "Text (50)",
- "BillingAddress": "Text (255)",
- "City": "Text (50)",
- "StateOrProvince": "Text (20)",
- "PostalCode": "Text (20)",
- "Country": "Text (50)",
- "ContactTitle": "Text (50)",
- "PhoneNumber": "Text (30)",
- "FaxNumber": "Text (30)",
- "EmailAddress": "Text (50)",
- "Notes": "Memo/Hyperlink (255)",
- "LevelOfExperience": "Text (15)"
- },
- "data": [
- {
- "CustomerID": 1,
- "CompanyName": "Let's Stop N Shop",
- "ContactFirstName": "Jaime",
- "ContactLastName": "Yorres",
- "BillingAddress": "87 Polk St.\r\nSuite 5",
- "City": "San Francisco",
- "StateOrProvince": "CA",
- "PostalCode": "94117",
- "Country": "USA",
- "ContactTitle": "Owner",
- "PhoneNumber": "(415) 555-5938",
- "FaxNumber": "(415) 555-5939"
- },
- {
- "CustomerID": 2,
- "CompanyName": "Old World Delicatessen",
- "ContactFirstName": "Rene",
- "ContactLastName": "Phillips",
- "BillingAddress": "2743 Bering St.",
- "City": "Anchorage",
- "StateOrProvince": "AK",
- "PostalCode": "99508",
- "Country": "USA",
- "ContactTitle": "Sales Representative",
- "PhoneNumber": "(907) 555-7584",
- "FaxNumber": "(907) 555-2880"
- },
- {
- "CustomerID": 3,
- "CompanyName": "Rattlesnake Canyon Grocery",
- "ContactFirstName": "Paula",
- "ContactLastName": "Wilson",
- "BillingAddress": "2817 Milton Dr.",
- "City": "Albuquerque",
- "StateOrProvince": "NM",
- "PostalCode": "87110",
- "Country": "USA",
- "ContactTitle": "Assistant Sales Representative",
- "PhoneNumber": "(505) 555-5939",
- "FaxNumber": "(505) 555-3620"
- }
- ]
- }