home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / scrabi / demodata / db_cdr32.mdb / db_grp.json < prev    next >
JavaScript Object Notation  |  1998-01-11  |  295b

  1. {
  2.     "schema": {
  3.         "Name": "Text (40) NOT NULL",
  4.         "Description": "Text (100)",
  5.         "BalanceValue": "Currency",
  6.         "BalanceUnits": "Long Integer",
  7.         "TaryficationTable": "Integer",
  8.         "GroupNumber": "Integer NOT NULL"
  9.     },
  10.     "data": [
  11.         {
  12.             "Name": "Go┼¢cie Hotelowi",
  13.             "BalanceValue": 0,
  14.             "BalanceUnits": 0,
  15.             "TaryficationTable": 1,
  16.             "GroupNumber": 1
  17.         }
  18.     ]
  19. }