home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Hits 1995 June / Image.iso / install / rvroute.mdb / tFahrzeugdaten.json < prev    next >
Encoding:
JavaScript Object Notation  |  1994-09-18  |  393 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (50) NOT NULL",
  4.         "Autobahn": "Integer NOT NULL",
  5.         "Bundesstra├ƒe": "Integer NOT NULL",
  6.         "Landstra├ƒe": "Integer NOT NULL",
  7.         "proKm": "Double",
  8.         "Stand": "Double",
  9.         "Index": "Long Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "Name": "Mercedes",
  14.             "Autobahn": 95,
  15.             "Bundesstra├ƒe": 80,
  16.             "Landstra├ƒe": 50,
  17.             "proKm": 0.52,
  18.             "Stand": 5,
  19.             "Index": 1
  20.         },
  21.         {
  22.             "Name": "Mazda323",
  23.             "Autobahn": 130,
  24.             "Landstra├ƒe": 100,
  25.             "proKm": 0.42,
  26.             "Stand": 2,
  27.             "Index": 2
  28.         }
  29.     ]
  30. }