home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustomerNum": "Long Integer",
- "Company": "Text (50)",
- "First_Name": "Text (16)",
- "Last_Name": "Text (20)",
- "Address": "Text (30)",
- "Suite_Apt": "Text (30)",
- "PO_Box": "Text (5)",
- "City": "Text (16)",
- "State": "Text (2)",
- "Zip": "Text (10)",
- "Home_Phone": "Text (14)",
- "Work_Phone": "Text (14)",
- "Whose_Phone": "Text (10)",
- "Current_Balance": "Currency"
- },
- "data": [
- {
- "CustomerNum": 1,
- "Company": "Mulligan's Press",
- "Address": "413 Big Ten Street",
- "City": "Ann Arbor",
- "State": "MI",
- "Zip": "48108",
- "Whose_Phone": "Turner",
- "Current_Balance": 147.9
- },
- {
- "CustomerNum": 2,
- "First_Name": "Geoffrey",
- "Last_Name": "Jacobson",
- "Address": "111 First Street",
- "City": "New Holland",
- "State": "NH",
- "Zip": "03755",
- "Home_Phone": "(313) 212-1134",
- "Whose_Phone": "Geoff",
- "Current_Balance": 20
- },
- {
- "CustomerNum": 3,
- "Company": "Books R Us",
- "First_Name": "Vicki",
- "Last_Name": "Hergenrader",
- "Address": "413 Gridiron St",
- "Suite_Apt": "Suite 50",
- "City": "Ann Arbor",
- "State": "MI",
- "Zip": "48106",
- "Work_Phone": "(313) 294-0492",
- "Whose_Phone": "Vicki",
- "Current_Balance": 144.21
- },
- {
- "CustomerNum": 6,
- "Company": "Mulligan's Press",
- "Address": "204 Alternate Street",
- "City": "Seattle",
- "State": "WA",
- "Zip": "96378",
- "Whose_Phone": "William G.",
- "Current_Balance": 0
- }
- ]
- }