Skip to content

Instantly share code, notes, and snippets.

@SFantasy
Created May 25, 2013 17:23
Show Gist options
  • Save SFantasy/5649924 to your computer and use it in GitHub Desktop.
Save SFantasy/5649924 to your computer and use it in GitHub Desktop.
JSON syntax example.
{
"name": "Medivh",
"age": 18,
"location": "Azeroth",
"hobby": [ "eating","sleeping" ],
"friends": [
{
"name": "Lothar",
"age": 21,
"profession": "solider"
},
{
"name": "Wrynn",
"profession": "prince"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment