Fix vm-id URL parsing
[appc.git] / appc-config / appc-config-generator / provider / src / main / java / org / onap / sdnc / config / generator / tool / JSONTool.java
index e38f8b3..f49facf 100644 (file)
@@ -66,7 +66,7 @@ public class JSONTool {
                     String oString = o.toString();
                     //Add escape characters to the string in case it is a string representation
                     //of a json object.
-                    oString = JSONObject.quote(oString);
+                    oString = JSONObject.quote(oString, false);
                     //Remove the surrouding quotes added by the JSONObject.quote() method.
                     //JSONObject.quote() will always return, at minimum, a string with two quotes,
                     //even if a null string is passed to it. So this substring method does not