Skip to content

Instantly share code, notes, and snippets.

@tcarlsen
Created August 26, 2014 09:42
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 tcarlsen/847a777fab12d8ef4aed to your computer and use it in GitHub Desktop.
Save tcarlsen/847a777fab12d8ef4aed to your computer and use it in GitHub Desktop.
gallup vælgervandring struktur
{
"A": {
"B": {
"afgang": 20000,
"tilgang": 343432,
"netto": 32423
},
"C": {
...
}
},
"B": {
"A": {
"afgang": 2344,
"tilgang": 555,
"netto": 233
},
"C": {
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment