home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustomerNumber": "Long Integer",
- "CompanyName": "Text (50)",
- "LastName": "Text (20)",
- "FirstName": "Text (16)",
- "Address": "Text (30)",
- "City": "Text (16)",
- "State": "Text (2)",
- "Zip": "Text (10)",
- "Apt": "Text (30)",
- "POBox": "Text (5)",
- "StatementDate": "DateTime",
- "CompanyGreeting": "Text (80)"
- },
- "data": [
- {
- "CustomerNumber": 1,
- "CompanyName": "Mulligan's Press",
- "Address": "413 Big Ten Street",
- "City": "Ann Arbor",
- "State": "MI",
- "Zip": "48108",
- "StatementDate": "09/10/95 20:49:42"
- }
- ]
- }