home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "Degree": "Text (255)",
- "Manager": "Text (255)",
- "Programmer": "Text (255)",
- "EMail": "Text (255)",
- "First": "Text (255)",
- "Last": "Text (255)",
- "PhoneExt": "Long Integer"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "Degree": "MA",
- "Manager": "false",
- "Programmer": "true",
- "EMail": "Aldrich@work",
- "First": "Alfred",
- "Last": "Aldrich",
- "PhoneExt": 33
- },
- {
- "PrimaryKey": 2,
- "ForeignKey": 1,
- "Degree": "Ph.D",
- "Manager": "true",
- "Programmer": "false",
- "EMail": "Coletti@work.com",
- "First": "Colin",
- "Last": "Coletti",
- "PhoneExt": 444
- },
- {
- "PrimaryKey": 3,
- "ForeignKey": 1,
- "Degree": "BA",
- "Manager": "true",
- "Programmer": "false",
- "EMail": "Smith@work.com",
- "First": "Fred",
- "Last": "Smith",
- "PhoneExt": 22
- }
- ]
- }