Skip to content

Instantly share code, notes, and snippets.

@zafe
Created May 1, 2015 06:48
Show Gist options
  • Save zafe/0cf777ba38ecde80cc2c to your computer and use it in GitHub Desktop.
Save zafe/0cf777ba38ecde80cc2c to your computer and use it in GitHub Desktop.
json bus-time template
{
{
"origin": "SMT",
"destiny": "FLO",
"days": ["L","M","X","J","V"],
"timetable":
[
{
"time":"05:00",
"branch":"ALD"
},
{
"time":"07:00",
"branch":"AUT"
},
{
"time":"13:00",
"branch":"ALD"
},
{
"time":"19:30",
"branch":"ALT"
},
{
"time":"20:15",
"branch":"ALD"
},
{
"time":"21:00",
"branch":"DFG"
},
{
"time":"23:00",
"branch":"COC"
}
]
},
{
"origin":"FLO",
"destiny":"SMT",
"days": ["L","M","X","J","V"],
"timetable": [
{
"time":"05:00",
"branch":"ALD"
},
{
"time":"07:00",
"branch":"AUT"
},
{
"time":"13:00",
"branch":"ALD"
},
{
"time":"19:30",
"branch":"ALT"
},
{
"time":"20:15",
"branch":"ALD"
},
{
"time":"21:00",
"branch":"DFG"
},
{
"time":"23:00",
"branch":"COC"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment