Validated the JSON

The JSON is now valid
This commit is contained in:
Jake Drew
2014-11-28 06:46:41 +00:00
parent b134040dc6
commit 5dd441c14d
+34
View File
@@ -0,0 +1,34 @@
{
"teamName": "DigitiCO",
"members": [
{
"name": "MrGB",
"koding": "mrgb",
"location": "Binghamton, NY ,USA"
},
{
"name": "Zorig",
"koding": "zorig",
"location": "Ulaanbaatar, Mongolia",
"twitter":"rizogg"
},
{
"name": "JakeDrew",
"twitter": "jakemichaeldrew",
"koding": "jakedrew",
"location": "Oxford UK",
"lead": true
},
{
"name": "AndrewBrawn",
"koding": "drewski1992",
"location": "Dayton Ohio USA",
"twitter":"Andrew_Braun92"
},
{
"name": "Niraj",
"koding": "nirajftw",
"location": "MumbaiIndia"
}
]
}