home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "Mgr": "Text (255)",
- "Prg": "Text (255)",
- "Club": "Text (255)",
- "First": "Text (255)",
- "ID": "Text (255)",
- "Last": "Text (255)",
- "PhoneExt": "Long Integer",
- "Title": "Text (255)"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "Mgr": "true",
- "Prg": "true",
- "Club": "W3C Advisory Committee",
- "First": "Alexander",
- "ID": "AFALK01",
- "Last": "Falk",
- "PhoneExt": 42,
- "Title": "CEO"
- },
- {
- "PrimaryKey": 2,
- "ForeignKey": 1,
- "Mgr": "true",
- "Prg": "true",
- "Club": "Dreamcast Fan Club",
- "First": "Vladislav",
- "ID": "VGAVR01",
- "Last": "Gavrielov",
- "PhoneExt": 32,
- "Title": "CTO"
- },
- {
- "PrimaryKey": 3,
- "ForeignKey": 2,
- "Mgr": "true",
- "Prg": "true",
- "Club": "Austrian Physical Society",
- "First": "Thomas",
- "ID": "TKEFE01",
- "Last": "Kefer",
- "PhoneExt": 41,
- "Title": "CFO"
- }
- ]
- }