Fixed clipping path issue in json output reported in #149.
diff --git a/coders/json.c b/coders/json.c
index 8715458..df380b7 100644
--- a/coders/json.c
+++ b/coders/json.c
@@ -1543,9 +1543,7 @@
       /*
         Display clipping path.
       */
-      (void) FormatLocaleFile(file,"    \"clipping path\": {\n");
-      JsonFormatLocaleFile(file,"%s\n",value);
-      (void) FormatLocaleFile(file,"    },\n");
+      JsonFormatLocaleFile(file,"    \"clipping path\": %s,\n",value);
     }
   ResetImageProfileIterator(image);
   name=GetNextImageProfile(image);