Skip to content

Instantly share code, notes, and snippets.

@z4y4ts
Created October 26, 2013 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z4y4ts/7170953 to your computer and use it in GitHub Desktop.
Save z4y4ts/7170953 to your computer and use it in GitHub Desktop.
cars.json
[{"car_model": "Fiat Doblo",
"driver_name": "Vova Igorevich",
"location": "50.438263,30.526319",
"plate_id": "HT 8345 CT",
"status": "free",
"url": "/car/937"},
{"car_model": "Ford Mondeo",
"driver_name": "Vova Alexovich",
"location": "50.447320,30.457700",
"plate_id": "IP 0157 IK",
"status": "unavail",
"url": "/car/938"},
{"car_model": "Toyota Prado",
"driver_name": "Vova Mihalych",
"location": "50.424381,30.459951",
"plate_id": "HE 7468 AK",
"status": "free",
"url": "/car/939"},
{"car_model": "WV Golf",
"driver_name": "Vova Alexovich",
"location": "50.441103,30.455349",
"plate_id": "EI 4708 HK",
"status": "busy",
"url": "/car/940"},
{"car_model": "Lanos",
"driver_name": "Vova Alexovich",
"location": "50.454134,30.537481",
"plate_id": "BP 5480 AE",
"status": "unavail",
"url": "/car/941"},
{"car_model": "Lanos",
"driver_name": "Ivan Igorevich",
"location": "50.414943,30.492804",
"plate_id": "KM 7185 IM",
"status": "avail",
"url": "/car/942"},
{"car_model": "WV Golf",
"driver_name": "Misha Igorevich",
"location": "50.433107,30.442697",
"plate_id": "KO 5061 MC",
"status": "unavail",
"url": "/car/943"},
{"car_model": "WV Golf",
"driver_name": "Vova Vladimrch",
"location": "50.451456,30.447991",
"plate_id": "TB 6051 MC",
"status": "avail",
"url": "/car/944"},
{"car_model": "WV Caddy",
"driver_name": "Igor Igorevich",
"location": "50.422303,30.515732",
"plate_id": "OI 5730 CA",
"status": "avail",
"url": "/car/945"},
{"car_model": "Lanos",
"driver_name": "Vova Vladimrch",
"location": "50.450279,30.505900",
"plate_id": "AO 4873 BK",
"status": "busy",
"url": "/car/946"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment