From f32a969d1ed2a59b16020f54980e3e69519131b9 Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 3 Dec 2014 18:02:19 +0530 Subject: [PATCH] Validated json --- Teams/Fantasista/team.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Teams/Fantasista/team.json b/Teams/Fantasista/team.json index 3d875f1..7147292 100644 --- a/Teams/Fantasista/team.json +++ b/Teams/Fantasista/team.json @@ -1,11 +1,11 @@ { - "teamName": "Fantasista", - "members": [ - { - "name": "prashanth", - "twitter": "neotheicebird", - "koding": "neotheicebird", - "location": "chennai, IN" - }, - ] + "teamName": "Fantasista", + "members": [ + { + "name": "prashanth", + "twitter": "neotheicebird", + "koding": "neotheicebird", + "location": "chennai, IN" + } + ] }