From ef2aadafd9e63054d08b12dd3bc6f4836d30403f Mon Sep 17 00:00:00 2001 From: Thomas Apodaca Date: Thu, 26 Mar 2015 12:46:29 -0700 Subject: [PATCH] fixed invalid JSON --- civic.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/civic.json b/civic.json index 130e7bf..690dbc4 100644 --- a/civic.json +++ b/civic.json @@ -6,11 +6,11 @@ "politicalEntity":"BetaNYC", "type":"Information Repository", "needs": [ - {"need": "Content Editor"}, + {"need": "Content Editor"} ], "categories": [ {"category": "Leadership"}, - {"category": "Graphics"} - {"category": "Values"}; + {"category": "Graphics"}, + {"category": "Values"} ] -} \ No newline at end of file +}