home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 August / DPPCPRO0800.ISO / August / Simply / _SETUP.1 / PerDemo.mdb / v-salarygrade.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-04-17  |  442 b 

  1. {
  2.     "schema": {
  3.         "GradeCode": "Text (50)",
  4.         "Description": "Text (50)",
  5.         "InUse": "Boolean NOT NULL",
  6.         "SalaryAmount": "Double",
  7.         "PayPeriod": "Text (50)"
  8.     },
  9.     "data": [
  10.         {
  11.             "GradeCode": "Grade A",
  12.             "Description": "Entry",
  13.             "InUse": 1,
  14.             "SalaryAmount": 10000,
  15.             "PayPeriod": "Year"
  16.         },
  17.         {
  18.             "GradeCode": "Grade B",
  19.             "Description": "Junior",
  20.             "InUse": 1,
  21.             "SalaryAmount": 15000,
  22.             "PayPeriod": "Year"
  23.         },
  24.         {
  25.             "GradeCode": "Grade C",
  26.             "Description": "Intermediate",
  27.             "InUse": 1,
  28.             "SalaryAmount": 20000,
  29.             "PayPeriod": "Year"
  30.         }
  31.     ]
  32. }