home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "name": "Text (50)",
- "add1": "Text (50)",
- "add2": "Text (50)",
- "city": "Text (50)",
- "state": "Text (50)",
- "zip": "Text (50)",
- "product": "Text (50)",
- "cost": "Text (50)",
- "total": "Text (50)",
- "paid": "Boolean NOT NULL",
- "date": "DateTime"
- },
- "data": [
- {
- "name": "Donald Williamson",
- "add1": "FarPoint Technologies",
- "add2": "569 Southlake Blvd.",
- "city": "Richmond",
- "state": "VA",
- "zip": "23236",
- "product": "Aware/VBX",
- "cost": "149",
- "total": "149",
- "paid": 1,
- "date": "05/05/94 21:25:24"
- },
- {
- "name": "Dave Jones",
- "add2": "2379 Neil Ave.",
- "city": "Columbus",
- "state": "OH",
- "zip": "43910",
- "product": "Spread/VBX",
- "cost": "245",
- "total": "245",
- "paid": 0
- },
- {
- "name": "D. Willaismkon",
- "add1": "PO Box 123",
- "city": "Richmond",
- "state": "VA",
- "zip": "23234",
- "product": "Tab/VBX",
- "cost": "49.00",
- "total": "49.00",
- "paid": 0,
- "date": "02/23/94 21:32:30"
- },
- {
- "paid": 1
- },
- {
- "paid": 1
- }
- ]
- }