home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / testsoft / puzzle / DATA1.CAB / Database / Main.mdb / W2.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-07-15  |  256 b 

  1. {
  2.     "schema": {
  3.         "WSL_ID": "Long Integer",
  4.         "PZD_NR": "Text (8)",
  5.         "PZD_MARKA": "Text (15)",
  6.         "PZD_RODZAJ": "Integer"
  7.     },
  8.     "data": [
  9.         {
  10.             "WSL_ID": 2,
  11.             "PZD_NR": "WXG 1489",
  12.             "PZD_MARKA": "Ford Escort",
  13.             "PZD_RODZAJ": 2
  14.         },
  15.         {
  16.             "WSL_ID": 3,
  17.             "PZD_NR": "LZR 5965",
  18.             "PZD_MARKA": "Polonez",
  19.             "PZD_RODZAJ": 2
  20.         }
  21.     ]
  22. }