Skip to content

Instantly share code, notes, and snippets.

@musti2304
Created November 19, 2020 20:46
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 musti2304/763daf146eec6d29d7266c5b702db089 to your computer and use it in GitHub Desktop.
Save musti2304/763daf146eec6d29d7266c5b702db089 to your computer and use it in GitHub Desktop.
JSON structure
{
"stations": [
{
"name": "Kurp/Stadth.",
"data": [
{
"auftraege": 5,
"einstiege": 1,
"wartezeit": "0:33"
}
]
},
{
"name": "Ramersdorf",
"data": [
{
"auftraege": 1,
"wartezeit": "0:21"
}
]
},
{
"name": "Immenburg",
"data": [
{
"einstiege": 1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment