From 770103646178f63f4bb7c49f128a1623b18507df Mon Sep 17 00:00:00 2001
From: Laurent Peuch <cortex@worlddomination.be>
Date: Sat, 22 Jun 2013 15:20:23 +0200
Subject: [PATCH] [fix] missing "

---
 format.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/format.json b/format.json
index 40da86b..42f6c22 100644
--- a/format.json
+++ b/format.json
@@ -25,11 +25,11 @@
             "type": "fax, official, personnal etc ...", // optional
         }],
         "address": [{
-            "country: "",
-            "city: "",
-            "street: "",
-            "number: "",
-            "postcode: "",
+            "country": "",
+            "city": "",
+            "street": "",
+            "number": "",
+            "postcode": "",
             "floor": "",         // optinional
             "office_number": "", // optinional
             "type": "stuff like \"his official office\"",
-- 
GitLab