Skip to content

Instantly share code, notes, and snippets.

@simboli
Created March 20, 2020 23:42
Show Gist options
  • Save simboli/33bf42f33083025300ca88ee54978f8e to your computer and use it in GitHub Desktop.
Save simboli/33bf42f33083025300ca88ee54978f8e to your computer and use it in GitHub Desktop.
{
"_id" : "2018-07-02T10:29:17.579515",
"stations" : [
{
"activate" : NumberInt(1),
"name" : "Puerta del Sol A",
"reservations_count" : NumberInt(0),
"light" : NumberInt(0),
"total_bases" : NumberInt(24),
"free_bases" : NumberInt(21),
"number" : "1a",
"longitude" : "-3.7024255",
"no_available" : NumberInt(0),
"address" : "Puerta del Sol n� 1",
"latitude" : "40.4168961",
"dock_bikes" : NumberInt(2),
"id" : NumberInt(1)
},
{
"activate" : NumberInt(1),
"name" : "Puerta del Sol B",
"reservations_count" : NumberInt(1),
"light" : NumberInt(2),
"total_bases" : NumberInt(24),
"free_bases" : NumberInt(15),
"number" : "1b",
"longitude" : "-3.7024207",
"no_available" : NumberInt(0),
"address" : "Puerta del Sol n� 1",
"latitude" : "40.4170009",
"dock_bikes" : NumberInt(8),
"id" : NumberInt(2)
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment