home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "GradeCode": "Text (50)",
- "Description": "Text (50)",
- "InUse": "Boolean NOT NULL",
- "SalaryAmount": "Double",
- "PayPeriod": "Text (50)"
- },
- "data": [
- {
- "GradeCode": "Grade A",
- "Description": "Entry",
- "InUse": 1,
- "SalaryAmount": 10000,
- "PayPeriod": "Year"
- },
- {
- "GradeCode": "Grade B",
- "Description": "Junior",
- "InUse": 1,
- "SalaryAmount": 15000,
- "PayPeriod": "Year"
- },
- {
- "GradeCode": "Grade C",
- "Description": "Intermediate",
- "InUse": 1,
- "SalaryAmount": 20000,
- "PayPeriod": "Year"
- }
- ]
- }