home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "Degree": "Text (255)",
- "Manager": "Text (255)",
- "EMail": "Text (255)",
- "First": "Text (255)",
- "Last": "Text (255)",
- "PhoneExt": "Long Integer"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "Degree": "MA",
- "Manager": "true",
- "EMail": "Andersen@work.com",
- "First": "Allison",
- "Last": "Andersen",
- "PhoneExt": 111
- },
- {
- "PrimaryKey": 2,
- "ForeignKey": 1,
- "Degree": "BA",
- "Manager": "false",
- "EMail": "Burrwinkle@work.com",
- "First": "Bruce",
- "Last": "Burrwinkle",
- "PhoneExt": 222
- },
- {
- "PrimaryKey": 3,
- "ForeignKey": 2,
- "Degree": "Ph.D",
- "Manager": "true",
- "EMail": "conrad@work.com",
- "First": "Clive",
- "Last": "Conrad",
- "PhoneExt": 333
- },
- {
- "PrimaryKey": 4,
- "ForeignKey": 2,
- "Degree": "BA",
- "Manager": "false",
- "EMail": "Doobie@work.com",
- "First": "Delia",
- "Last": "Doobie",
- "PhoneExt": 444
- }
- ]
- }