Skip to content

Instantly share code, notes, and snippets.

@leifmadsen
Created December 20, 2012 21:47
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 leifmadsen/4348851 to your computer and use it in GitHub Desktop.
Save leifmadsen/4348851 to your computer and use it in GitHub Desktop.
Looping through json in a template
"servers": {
"server1": {
"deet1": "foo",
"deet2": "bar",
"deet3": [ "fan", "boy" ]
},
"server2": {
"deet1": "fab",
"deet2": "ulous",
"deet3": [ "vacuum", "girl" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment