From 1961ced3ea27788508da62914b47abc180be1d77 Mon Sep 17 00:00:00 2001 From: Evgeni Ivakhnov Date: Fri, 28 Nov 2014 00:17:09 +0100 Subject: [PATCH] Replacing null with empty string in json --- Teams/TheVUBSloths/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/TheVUBSloths/team.json b/Teams/TheVUBSloths/team.json index 39484eb..1671b1a 100644 --- a/Teams/TheVUBSloths/team.json +++ b/Teams/TheVUBSloths/team.json @@ -3,20 +3,20 @@ "members": [ { "name": "Evgeni Ivakhnov", - "twitter": null, + "twitter": "", "koding": "evgeni", "location": "Brussels, BE", "lead": true }, { "name": "Tom Maes", - "twitter": null, + "twitter": "", "koding": "tommaes", "location": "Lennik, BE" }, { "name": "Jasper Tack", - "twitter": null, + "twitter": "", "koding": "consec", "location": "Brussel, BE" }