home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Name": "Text (50) NOT NULL",
- "Autobahn": "Integer NOT NULL",
- "Bundesstraße": "Integer NOT NULL",
- "Landstraße": "Integer NOT NULL",
- "proKm": "Double",
- "Stand": "Double",
- "Index": "Long Integer"
- },
- "data": [
- {
- "Name": "Mercedes",
- "Autobahn": 95,
- "Bundesstraße": 80,
- "Landstraße": 50,
- "proKm": 0.52,
- "Stand": 5,
- "Index": 1
- },
- {
- "Name": "Mazda323",
- "Autobahn": 130,
- "Landstraße": 100,
- "proKm": 0.42,
- "Stand": 2,
- "Index": 2
- }
- ]
- }