linted JSON

This commit is contained in:
Alan Norton
2014-12-03 13:42:52 -05:00
parent 4d86e41cd5
commit b040829901
+28 -28
View File
@@ -1,30 +1,30 @@
{
"teamName": "nobacksies",
"members": [
{
"name": "Alan Norton",
"twitter": "nonrational",
"koding": "nonrational",
"location": "New York, US",
"lead": true
},
{
"name": "John Mileham",
"twitter": "jmileham",
"koding": "jmileham",
"location": "New York, US",
},
{
"name": "Sam Moore",
"twitter": "samandmoore",
"koding": "samandmoore",
"location": "New York, US",
},
{
"name": "Sarah Whinnem",
"twitter": "MadysonDesigns",
"koding": "madysondesigns",
"location": "New York, US",
}
]
"teamName": "nobacksies",
"members": [
{
"name": "Alan Norton",
"twitter": "nonrational",
"koding": "nonrational",
"location": "New York, US",
"lead": true
},
{
"name": "John Mileham",
"twitter": "jmileham",
"koding": "jmileham",
"location": "New York, US"
},
{
"name": "Sam Moore",
"twitter": "samandmoore",
"koding": "samandmoore",
"location": "New York, US"
},
{
"name": "Sarah Whinnem",
"twitter": "MadysonDesigns",
"koding": "madysondesigns",
"location": "New York, US"
}
]
}